diff options
Diffstat (limited to 'runtime/runtime.h')
| -rw-r--r-- | runtime/runtime.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index 7ca6b4f131..5df1ca97e6 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -468,7 +468,8 @@ class Runtime { return &instrumentation_; } - void SetJitProfilingFilename(const char* profile_output_filename); + void RegisterAppInfo(const std::vector<std::string>& code_paths, + const std::string& profile_output_filename); void UpdateProfilerState(int state); // Transaction support. |