HomeSort by relevance Sort by last modified time
    Searched refs:ProfileGenerator (Results 1 - 6 of 6) sorted by null

  /external/v8/src/profiler/
cpu-profiler.h 30 class ProfileGenerator;
136 ProfilerEventsProcessor(ProfileGenerator* generator,
174 ProfileGenerator* generator_;
194 ProfileGenerator* test_generator,
218 ProfileGenerator* generator() const { return generator_.get(); }
232 std::unique_ptr<ProfileGenerator> generator_;
cpu-profiler.cc 23 ProfilerEventsProcessor::ProfilerEventsProcessor(ProfileGenerator* generator,
232 ProfileGenerator* test_generator,
287 generator_.reset(new ProfileGenerator(profiles_.get()));
profile-generator.h 366 class ProfileGenerator {
368 explicit ProfileGenerator(CpuProfilesCollection* profiles);
380 DISALLOW_COPY_AND_ASSIGN(ProfileGenerator);
profile-generator.cc 559 ProfileGenerator::ProfileGenerator(CpuProfilesCollection* profiles)
562 void ProfileGenerator::RecordTickSample(const TickSample& sample) {
667 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) {
  /external/v8/test/cctest/
test-profile-generator.cc 45 using i::ProfileGenerator;
350 ProfileGenerator generator(&profiles);
421 ProfileGenerator generator(&profiles);
477 ProfileGenerator generator(&profiles);
test-cpu-profiler.cc 46 using i::ProfileGenerator;
72 ProfileGenerator generator(&profiles);
157 ProfileGenerator* generator = new ProfileGenerator(profiles);
225 ProfileGenerator* generator = new ProfileGenerator(profiles);
297 ProfileGenerator* generator = new ProfileGenerator(profiles);
    [all...]

Completed in 191 milliseconds