| Index: runtime/vm/profiler_service.cc
|
| diff --git a/runtime/vm/profiler_service.cc b/runtime/vm/profiler_service.cc
|
| index 4d5c4a52f21431260a9c6eb784a35fa9e2032326..53938cf83c7dca2b62a8253763de51651573d24a 100644
|
| --- a/runtime/vm/profiler_service.cc
|
| +++ b/runtime/vm/profiler_service.cc
|
| @@ -2334,6 +2334,8 @@ void Profile::PrintHeaderJSON(JSONObject* obj) {
|
| static_cast<intptr_t>(FLAG_max_profile_depth));
|
| obj->AddProperty("sampleCount", sample_count());
|
| obj->AddProperty("timeSpan", MicrosecondsToSeconds(GetTimeSpan()));
|
| + obj->AddPropertyTimeMicros("timeOriginMicros", min_time());
|
| + obj->AddPropertyTimeMicros("timeExtentMicros", GetTimeSpan());
|
| }
|
|
|
|
|
|
|