03b41129a2
- This CL only adds support for synchronous blocks of time. A follow up CL will add asynchronous blocks of time. - Reports true thread id to tracing system. This is an improvement over Mojo's tracing helper. - Dart events are included in individual isolate traces and global traces obtained via the embedders API. - Dart events are included in the write to disk path (--timeline_dir). R=rmacnak@google.com Review URL: https://codereview.chromium.org//1377663002 .
18 lines
408 B
Python
18 lines
408 B
Python
# Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
# Sources visible via dart:developer library.
|
|
|
|
{
|
|
'sources': [
|
|
'developer.cc',
|
|
'developer.dart',
|
|
'profiler.cc',
|
|
'profiler.dart',
|
|
'timeline.cc',
|
|
'timeline.dart',
|
|
],
|
|
}
|
|
|