use time_now_millis

This commit is contained in:
Doug MacEachern 2008-03-16 19:31:00 +00:00
parent b37c690749
commit 6d7b04b6e8
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ SIGAR_DECLARE(int) sigar_proc_cpu_get(sigar_t *sigar, sigar_pid_t pid,
{
sigar_cache_entry_t *entry;
sigar_proc_cpu_t *prev;
sigar_uint64_t otime, time_now = time(NULL) * 1000;
sigar_uint64_t otime, time_now = sigar_time_now_millis();
sigar_int64_t time_diff, total_diff;
int status;