Searched refs:StartProfiler (Results 1 – 3 of 3) sorted by relevance
448 void StartProfiler(const char* profile_output_filename);
569 StartProfiler(profile_output_filename_.c_str()); in Start()1545 void Runtime::StartProfiler(const char* profile_output_filename) { in StartProfiler() function in art::Runtime
570 Runtime::Current()->StartProfiler(profileFile.c_str()); in VMRuntime_registerAppInfo()