Home
last modified time | relevance | path

Searched refs:synthetic_delays_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_config.cc126 synthetic_delays_(tc.synthetic_delays_) {} in TraceConfig()
143 synthetic_delays_ = rhs.synthetic_delays_; in operator =()
148 return synthetic_delays_; in GetSyntheticDelayValues()
171 WriteCategoryFilterString(synthetic_delays_, &filter_string); in ToCategoryFilterString()
267 synthetic_delays_.insert(synthetic_delays_.end(), in Merge()
268 config.synthetic_delays_.begin(), in Merge()
269 config.synthetic_delays_.end()); in Merge()
280 synthetic_delays_.clear(); in Clear()
375 synthetic_delays_.push_back(category); in InitializeFromStrings()
450 synthetic_delays_.clear(); in SetSyntheticDelaysFromList()
[all …]
Dtrace_config.h239 StringList synthetic_delays_; variable