Lines Matching refs:ProfileGenerator
1672 * profiler/ProfileGenerator.cpp:
1673 (KJS::ProfileGenerator::create):
1674 (KJS::ProfileGenerator::ProfileGenerator):
1675 * profiler/ProfileGenerator.h:
1676 (KJS::ProfileGenerator::profileGroup):
1942 * profiler/ProfileGenerator.cpp:
1943 (KJS::ProfileGenerator::ProfileGenerator):
2083 Prospective Gtk/Wx build fixes, add ProfileGenerator.cpp to the build.
2090 Fix the Qt build, add ProfileGenerator.cpp to the build.
2147 ProfileGenerator.
2158 * profiler/ProfileGenerator.cpp: Added. This is the class that will
2161 (KJS::ProfileGenerator::create):
2162 (KJS::ProfileGenerator::ProfileGenerator):
2163 (KJS::ProfileGenerator::title):
2164 (KJS::ProfileGenerator::willExecute):
2165 (KJS::ProfileGenerator::didExecute):
2166 (KJS::ProfileGenerator::stopProfiling):
2167 (KJS::ProfileGenerator::didFinishAllExecution):
2168 (KJS::ProfileGenerator::removeProfileStart):
2169 (KJS::ProfileGenerator::removeProfileEnd):
2170 * profiler/ProfileGenerator.h: Added.
2171 (KJS::ProfileGenerator::profile):
2172 (KJS::ProfileGenerator::originatingGlobalExec):
2173 (KJS::ProfileGenerator::pageGroupIdentifier):
2174 (KJS::ProfileGenerator::client):
2175 (KJS::ProfileGenerator::stoppedProfiling):
2176 * profiler/Profiler.cpp: Now operates with the ProfileGenerator instead
2186 forward declarations. Also use the new ProfileGenerator.