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

/haiku/src/bin/debug/profile/
H A Dprofile.cpp1006 bool dumpRecorded = false; local
1053 dumpRecorded = true;
1072 if ((!gOptions.profile_all && !dumpRecorded && optind >= argc)
1073 || (dumpRecorded && optind != argc))
1089 if (dumpRecorded) {

Completed in 85 milliseconds