Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1122 → Rev 1123

/demos/trunk/perf/perf3.c
16,11 → 16,11
 
/**
------------
CVS : $Id: perf3.c,v 1.1 2002-11-11 08:24:49 pj Exp $
CVS : $Id: perf3.c,v 1.2 2003-01-07 17:10:18 pj Exp $
 
File: $File$
Revision: $Revision: 1.1 $
Last update: $Date: 2002-11-11 08:24:49 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-01-07 17:10:18 $
------------
 
Performance Test 3:
311,7 → 311,7
TIME delta;
 
// get the current time
ll_gettime(TIME_EXACT, &t);
kern_gettime(&t);
 
// compute the delta
SUBTIMESPEC(&t, &last_random_time, &sub);