Index: src/third_party/vtune/v8-vtune.h |
diff --git a/src/third_party/vtune/v8-vtune.h b/src/third_party/vtune/v8-vtune.h |
index a7e51166046cd9bcf9bd03a66f209e15df72e87a..3e59132280de7c449a215e22d40b236e28a85220 100644 |
--- a/src/third_party/vtune/v8-vtune.h |
+++ b/src/third_party/vtune/v8-vtune.h |
@@ -63,6 +63,7 @@ |
namespace vTune { |
void InitializeVtuneForV8(v8::Isolate::CreateParams& params); |
+v8::JitCodeEventHandler GetVtuneCodeEventHandler(); |
jochen (gone - plz use gerrit)
2014/10/21 12:43:22
can you change d8 to use this API as well so we on
|
} // namespace vTune |