Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Unified Diff: Source/bindings/tests/results/V8TestException.cpp

Issue 131203009: Make event names of TRACE_EVENT_SAMPLING_STATE macros more descriptive (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/bindings/tests/results/V8TestException.cpp
diff --git a/Source/bindings/tests/results/V8TestException.cpp b/Source/bindings/tests/results/V8TestException.cpp
index 49dc9ae798f1d38d8c287e919fdd5951f2517f26..a44e099a80981727a6c417b9ec6d8b0f6cd28aef 100644
--- a/Source/bindings/tests/results/V8TestException.cpp
+++ b/Source/bindings/tests/results/V8TestException.cpp
@@ -79,7 +79,7 @@ static void readonlyUnsignedShortAttributeAttributeGetterCallback(v8::Local<v8::
{
TRACE_EVENT_SET_SAMPLING_STATE("Blink", "DOMGetter");
TestExceptionV8Internal::readonlyUnsignedShortAttributeAttributeGetter(info);
- TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution");
+ TRACE_EVENT_SET_SAMPLING_STATE("V8", "V8Execution");
}
static void readonlyStringAttributeAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info)
@@ -92,7 +92,7 @@ static void readonlyStringAttributeAttributeGetterCallback(v8::Local<v8::String>
{
TRACE_EVENT_SET_SAMPLING_STATE("Blink", "DOMGetter");
TestExceptionV8Internal::readonlyStringAttributeAttributeGetter(info);
- TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution");
+ TRACE_EVENT_SET_SAMPLING_STATE("V8", "V8Execution");
}
static void toStringMethod(const v8::FunctionCallbackInfo<v8::Value>& info)
@@ -105,7 +105,7 @@ static void toStringMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& in
{
TRACE_EVENT_SET_SAMPLING_STATE("Blink", "DOMMethod");
TestExceptionV8Internal::toStringMethod(info);
- TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution");
+ TRACE_EVENT_SET_SAMPLING_STATE("V8", "V8Execution");
}
} // namespace TestExceptionV8Internal
« no previous file with comments | « Source/bindings/tests/results/V8TestEventTarget.cpp ('k') | Source/bindings/tests/results/V8TestInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698