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

/external/v8/src/profiler/
H A Dprofile-generator.cc559 ProfileGenerator::ProfileGenerator(CpuProfilesCollection* profiles) function in class:v8::internal::ProfileGenerator
562 void ProfileGenerator::RecordTickSample(const TickSample& sample) {
667 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) {
H A Dprofile-generator.h366 class ProfileGenerator { class in namespace:v8::internal
368 explicit ProfileGenerator(CpuProfilesCollection* profiles);
380 DISALLOW_COPY_AND_ASSIGN(ProfileGenerator);

Completed in 61 milliseconds