HomeSort by relevance Sort by last modified time
    Searched defs:ToDict (Results 1 - 4 of 4) sorted by null

  /external/chromium-trace/catapult/systrace/profile_chrome/third_party/
perf_to_tracing.py 85 def ToDict(self, out_dict):
96 child.ToDict(out_dict)
122 def ToDict(self):
244 trace_dict['samples'] = [s.ToDict() for s in samples]
245 trace_dict['stackFrames'] = root_chain.ToDict({})
  /external/libchrome/base/trace_event/
trace_config_category_filter.cc 191 void TraceConfigCategoryFilter::ToDict(DictionaryValue* dict) const {
trace_config.cc 164 void TraceConfig::EventFilterConfig::ToDict(
168 category_filter_.ToDict(filter_dict);
264 std::unique_ptr<DictionaryValue> dict = ToDict();
492 std::unique_ptr<DictionaryValue> TraceConfig::ToDict() const {
514 category_filter_.ToDict(dict.get());
521 filter.ToDict(filter_dict.get());
  /external/v8/tools/
run_perf.py 158 def ToDict(self):
163 f.write(json.dumps(self.ToDict()))
171 return str(self.ToDict())
    [all...]

Completed in 82 milliseconds