HomeSort by relevance Sort by last modified time
    Searched refs:AppendHeapProfileLineAsTraceFormat (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/debug/
trace_event_memory_unittest.cc 139 TEST_F(TraceMemoryTest, AppendHeapProfileLineAsTraceFormat) {
142 EXPECT_FALSE(AppendHeapProfileLineAsTraceFormat("", &empty_output));
147 EXPECT_FALSE(AppendHeapProfileLineAsTraceFormat("junk", &junk_output));
164 AppendHeapProfileLineAsTraceFormat(input.str().c_str(), &output));
184 AppendHeapProfileLineAsTraceFormat(input2.str().c_str(), &output2));
192 EXPECT_FALSE(AppendHeapProfileLineAsTraceFormat(zero_input.str().c_str(),
trace_event_memory.h 141 BASE_EXPORT bool AppendHeapProfileLineAsTraceFormat(const std::string& line,
trace_event_memory.cc 338 AppendHeapProfileLineAsTraceFormat(line, output);
369 bool AppendHeapProfileLineAsTraceFormat(const std::string& line,

Completed in 2414 milliseconds