This repository was archived by the owner on Oct 15, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -234,6 +234,8 @@ class TracingController
234234 void StartTracing (TraceConfig* trace_config);
235235 void StopTracing ();
236236
237+ virtual int64_t CurrentTimestampMicroseconds ();
238+
237239 private:
238240 const uint8_t * GetCategoryGroupEnabledInternal (const char * category_group);
239241 void UpdateCategoryGroupEnabledFlag (size_t category_index);
Original file line number Diff line number Diff line change @@ -247,6 +247,10 @@ namespace tracing {
247247 jsrt::Unimplemented (" TracingController" );
248248 }
249249
250+ int64_t TracingController::CurrentTimestampMicroseconds () {
251+ jsrt::Unimplemented (" TracingController" );
252+ }
253+
250254 void TraceConfig::AddIncludedCategory (char const *) {
251255 jsrt::Unimplemented (" TraceConfig" );
252256 }
You can’t perform that action at this time.
0 commit comments