Home
last modified time | relevance | path

Searched refs:StartProfiler (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Druntime.h448 void StartProfiler(const char* profile_output_filename);
Druntime.cc569 StartProfiler(profile_output_filename_.c_str()); in Start()
1545 void Runtime::StartProfiler(const char* profile_output_filename) { in StartProfiler() function in art::Runtime
/art/runtime/native/
Ddalvik_system_VMRuntime.cc570 Runtime::Current()->StartProfiler(profileFile.c_str()); in VMRuntime_registerAppInfo()