Changeset 11898 for trunk/Ohana/src/opihi/pantasks/TaskOps.c
- Timestamp:
- Feb 19, 2007, 3:18:27 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/TaskOps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/TaskOps.c
r11324 r11898 547 547 /*** task timer functions ***/ 548 548 549 double GetTaskTimer (struct timeval start ) {549 double GetTaskTimer (struct timeval start, int verbose) { 550 550 551 551 double dtime; … … 555 555 dtime = DTIME (now, start); 556 556 557 if (verbose) { 558 fprintf (stderr, "tt: %d %6d - %d %6d : %f\n", 559 now.tv_sec, now.tv_usec, 560 start.tv_sec, start.tv_usec, dtime); 561 } 562 557 563 return (dtime); 558 564 }
Note:
See TracChangeset
for help on using the changeset viewer.
