Searched refs:gOptions (Results 1 - 5 of 5) sorted by relevance

/haiku/src/bin/debug/profile/
H A DBasicProfileResult.cpp175 fprintf(gOptions.output, "\nprofiling results for %s \"%s\" "
178 fprintf(gOptions.output, " tick interval: %" B_PRIdBIGTIME " us\n",
180 fprintf(gOptions.output,
185 fprintf(gOptions.output,
189 fprintf(gOptions.output,
193 if (gOptions.analyze_full_stack) {
194 fprintf(gOptions.output, " samples/tick: %.1f\n",
199 fprintf(gOptions.output, "\n");
200 fprintf(gOptions.output, " hits unknown image\n");
201 fprintf(gOptions
[all...]
H A DOptions.h45 extern Options gOptions;
H A Dprofile.cpp98 Options gOptions; variable
130 if (!gOptions.summary_result)
414 if (gOptions.callgrind_directory != NULL)
416 else if (gOptions.analyze_full_stack)
660 gOptions.profile_loading);
711 profilerParameters.interval = gOptions.interval;
712 profilerParameters.stack_depth = gOptions.stack_depth;
792 gOptions.interval = profilerParameters.interval;
793 gOptions.stack_depth = profilerParameters.stack_depth;
850 gOptions
[all...]
H A DTeam.cpp156 message.interval = gOptions.interval;
158 message.stack_depth = gOptions.stack_depth;
159 message.variable_stack_depth = gOptions.analyze_full_stack;
180 thread->SetInterval(gOptions.interval);
H A DCallgrindProfileResult.cpp179 mkdir(gOptions.callgrind_directory, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH);
192 gOptions.callgrind_directory, fEntity->EntityID(), entityName,

Completed in 41 milliseconds