Home | History | Annotate | Download | only in profiler

Lines Matching defs:CpuProfiler

176 int CpuProfiler::GetProfilesCount() {
182 CpuProfile* CpuProfiler::GetProfile(int index) {
187 void CpuProfiler::DeleteAllProfiles() {
193 void CpuProfiler::DeleteProfile(CpuProfile* profile) {
202 void CpuProfiler::CodeEventHandler(const CodeEventsContainer& evt_rec) {
222 CpuProfiler::CpuProfiler(Isolate* isolate)
231 CpuProfiler::CpuProfiler(Isolate* isolate, CpuProfilesCollection* test_profiles,
244 CpuProfiler::~CpuProfiler() {
248 void CpuProfiler::set_sampling_interval(base::TimeDelta value) {
253 void CpuProfiler::ResetProfiles() {
258 void CpuProfiler::CollectSample() {
264 void CpuProfiler::StartProfiling(const char* title, bool record_samples) {
271 void CpuProfiler::StartProfiling(String* title, bool record_samples) {
277 void CpuProfiler::StartProcessorIfNotStarted() {
311 CpuProfile* CpuProfiler::StopProfiling(const char* title) {
322 CpuProfile* CpuProfiler::StopProfiling(String* title) {
330 void CpuProfiler::StopProcessorIfLastProfile(const char* title) {
337 void CpuProfiler::StopProcessor() {
355 void CpuProfiler::LogBuiltins() {