Searched refs:json_event (Results 1 – 1 of 1) sorted by relevance
35 std::unique_ptr<DictionaryValue> json_event(new DictionaryValue); in Dump() local36 json_event->SetString("name", event.name); in Dump()37 json_event->SetString("ph", "X"); in Dump()38 json_event->SetInteger( in Dump()40 json_event->SetInteger("dur", event.duration.InMicroseconds()); in Dump()41 json_event->SetInteger("tid", event.thread_id); in Dump()44 json_event->SetInteger("pid", 0); in Dump()46 json_events->Append(std::move(json_event)); in Dump()