Searched refs:elapsed (Results 1 – 14 of 14) sorted by relevance
/haiku/src/apps/cortex/support/ |
H A D | ProfileTarget.cpp | 61 return b.elapsed < a.elapsed; in operator <() 82 entry.elapsed, in operator ()() 83 (float)entry.elapsed/entry.count); in operator ()() 113 const char* blockName, bigtime_t elapsed) { in addBlockEntry() argument 117 e.elapsed += elapsed; in addBlockEntry()
|
H A D | ProfileTarget.h | 57 inline void addBlockEntry(const char* blockName, bigtime_t elapsed); 61 block_entry() : elapsed(0), count(0), name(0) {} in block_entry() 63 bigtime_t elapsed; member
|
/haiku/src/tests/system/benchmarks/ |
H A D | syscallbench.c | 31 unsigned long elapsed; in test_func() local 40 elapsed = 1000000 * (after.tv_sec - before.tv_sec); in test_func() 41 elapsed += after.tv_usec - before.tv_usec; in test_func() 42 return elapsed; in test_func()
|
H A D | forkbench.c | 29 unsigned elapsed; local 66 elapsed = 1000000 * (after.tv_sec - before.tv_sec); 67 elapsed += (after.tv_usec - before.tv_usec); 68 printf ("Time: %d microseconds.\n", elapsed/nforks);
|
H A D | execbench.c | 15 unsigned long time, elapsed; in main() local 46 elapsed = 1000000 * after.tv_sec + after.tv_usec; in main() 47 elapsed -= time; in main() 49 printf("time: %lu microseconds\n", elapsed / count); in main()
|
H A D | ctxbench.c | 77 unsigned long elapsed; in main() local 162 elapsed = 1000000 * (after.tv_sec - before.tv_sec); in main() 163 elapsed += after.tv_usec - before.tv_usec; in main() 164 elapsed_times[count] = elapsed; in main()
|
/haiku/src/bin/ |
H A D | top.cpp | 345 bigtime_t elapsed; in main() local 396 elapsed = system_time() - lastMeasure; in main() 397 if (elapsed < uinterval) in main() 398 snooze(uinterval - elapsed); in main() 407 elapsed = system_time() - lastMeasure; in main() 408 if (elapsed < uinterval) in main() 409 snooze(uinterval - elapsed); in main()
|
/haiku/src/libs/glut/ |
H A D | glutGet.cpp | 127 bigtime_t elapsed, beginning, now; in glutGet() local 130 elapsed = now - beginning; in glutGet() 131 return (int) (elapsed / 1000); // 1000 ticks in a millisecond in glutGet()
|
/haiku/docs/user/support/ |
H A D | StopWatch.dox | 53 \a silent parameter to cause the elapsed time information to be 70 will print elapsed time information to standard output. 117 \brief Gets the elapsed time the object has counted. 119 \return The elapsed time in microseconds.
|
/haiku/src/bin/debug/profile/ |
H A D | Thread.cpp | 234 bigtime_t elapsed = time - fLastCPUTime; in UpdateCPUTime() local 235 int64 expectedTicks = elapsed / fProfileResult->Interval(); in UpdateCPUTime()
|
/haiku/src/apps/cortex/addons/common/ |
H A D | AudioFilterNode.cpp | 1448 bigtime_t elapsed = system_time()-preTest; in calcProcessingLatency() local 1457 return elapsed;// + 100000LL; in calcProcessingLatency()
|
/haiku/src/apps/cortex/addons/Flanger/ |
H A D | FlangerNode.cpp | 1412 bigtime_t elapsed = system_time()-preTest; in calcProcessingLatency() local 1421 return elapsed; in calcProcessingLatency()
|
/haiku/docs/develop/media/ |
H A D | media_seek_flags.txt | 31 … the beginning of the stream you could reasonably wait until enough time elapsed that you should b…
|
/haiku/data/system/data/fortunes/ |
H A D | Art | 122 …idn't allow this work to be published or even performed until a year had elapsed after his death. …
|