Changeset 72df613 in mainline
- Timestamp:
- 2018-08-25T19:35:21Z (6 years ago)
- Children:
- 3c45353
- Parents:
- cc36562b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/time.c
rcc36562b r72df613 84 84 if (!cpu_stats) 85 85 return (clock_t) -1; 86 if (!cpu_stats->frequency_mhz) { 87 free(cpu_stats); 88 return (clock_t) -1; 89 } 86 90 87 91 clock_t total_usecs = -1;
Note:
See TracChangeset
for help on using the changeset viewer.