Home | History | Annotate | Download | only in cctest

Lines Matching refs:profiles

28 // Tests of profiles generator and utilities.
53 CpuProfilesCollection profiles(isolate->heap());
54 ProfileGenerator generator(&profiles);
144 CpuProfilesCollection* profiles = new CpuProfilesCollection(isolate->heap());
145 profiles->StartProfiling("", 1, false);
146 ProfileGenerator generator(profiles);
150 CpuProfiler profiler(isolate, profiles, &generator, *processor);
206 CpuProfilesCollection* profiles = new CpuProfilesCollection(isolate->heap());
207 profiles->StartProfiling("", 1, false);
208 ProfileGenerator generator(profiles);
212 CpuProfiler profiler(isolate, profiles, &generator, *processor);
230 CpuProfile* profile = profiles->StopProfiling("");
275 CpuProfilesCollection* profiles = new CpuProfilesCollection(isolate->heap());
276 profiles->StartProfiling("", 1, false);
277 ProfileGenerator generator(profiles);
281 CpuProfiler profiler(isolate, profiles, &generator, *processor);
295 CpuProfile* profile = profiles->StopProfiling("");
1035 // won't be |start| node in the profiles.