This commit is contained in:
evghenii
2014-01-04 23:06:49 +01:00
parent be7f45b3bf
commit a784434e1f
3 changed files with 23 additions and 17 deletions

View File

@@ -98,7 +98,7 @@ static inline void reset_and_start_timer()
/* Returns the number of millions of elapsed processor cycles since the
last reset_and_start_timer() call. */
static inline double get_elapsed_mcycles()
static inline double get_elapsed_msec()
{
end = rdtsc();
tend = rtc();