summaryrefslogtreecommitdiffstats
path: root/runtime/time.c
Commit message (Collapse)AuthorAgeFilesLines
* 2006-06-23 Josh Stone <joshua.i.stone@intel.com>jistone2006-06-231-6/+19
| | | | * time.c: Do cpufreq notification only if CONFIG_CPU_FREQ defined.
* 2006-06-21 Josh Stone <joshua.i.stone@intel.com>jistone2006-06-221-0/+184
runtime/ * time.c: Time-estimation with minimal dependency on xtime. runtime/transport/ * transport/transport.c (_stp_handle_start): Initialize timer functions. * transport.c (_stp_cleanup_and_exit): Teardown timer functions. tapset/ * timestamp.stp (gettimeofday_us, gettimeofday_ms, gettimeofday_s): Convert to using the runtime-provided _stp_gettimeofday_us().