| Index: sky/engine/core/frame/ConsoleBase.cpp
|
| diff --git a/sky/engine/core/frame/ConsoleBase.cpp b/sky/engine/core/frame/ConsoleBase.cpp
|
| index 2b72a05b6ab0fb9b2f4f719eb8f19a60296e7590..e7c6c5c1815db05652f91d9b8c146e111946e0d9 100644
|
| --- a/sky/engine/core/frame/ConsoleBase.cpp
|
| +++ b/sky/engine/core/frame/ConsoleBase.cpp
|
| @@ -171,7 +171,7 @@ void ConsoleBase::timeEnd(ScriptState* scriptState, const String& title)
|
|
|
| void ConsoleBase::timeStamp(const String& title)
|
| {
|
| - TRACE_EVENT_INSTANT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), "TimeStamp", "data", InspectorTimeStampEvent::data(context(), title));
|
| + TRACE_EVENT_INSTANT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), "TimeStamp", TRACE_EVENT_SCOPE_PROCESS, "data", InspectorTimeStampEvent::data(context(), title));
|
| }
|
|
|
| void ConsoleBase::timeline(ScriptState* scriptState, const String& title)
|
|
|