Searched defs:event_prefix (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
H A Dprofiler.cc127 const std::string& event_prefix) {
137 if (event_prefix.empty()) {
138 msg.stream() << "(prefix: '" << event_prefix << "') ";
144 if (event_prefix.empty() || it->first.find(event_prefix) == 0) {
125 ReportToLog(const char* file, int line, LoggingSeverity severity_to_use, const std::string& event_prefix) argument

Completed in 132 milliseconds