Searched defs:profiler (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dprofile.h17 union profiler { union
31 * Static per-object profiler, for use with simple_profile()
33 static union profiler simple_profiler;
38 * @v profiler Profiler data structure
46 * profile ( &profiler );
48 * printf ( "It took %ld ticks to execute\n", profile ( &profiler ) );
53 profile ( union profiler *profiler ) {
54 uint64_t last_timestamp = profiler->timestamp;
57 "=a" ( profiler
[all...]
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dprofile_main.cpp470 Profiler profiler; local
487 profiler.Dump("\pStandard String.prof");
489 profiler.Dump("\pFactored String.prof");

Completed in 867 milliseconds