modify posix open and close counters
POSIX_F_OPEN_TIMESTAMP is now POSIX_F_OPEN_START_TIMESTAMP POSIX_F_CLOSE_TIMESTAMP is now POSIX_F_CLOSE_END_TIMESTAMP I also added POSIX_F_OPEN_END_TIMESTAMP and POSIX_F_CLOSE_START_TIMESTAMP, so we can better understand how long open and close phases are for some applications.
Please register or sign in to comment