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

  /external/trappy/tests/
test_plot_utils.py 144 trace2 = trappy.FTrace(name="second")
145 traces = [trace1, trace2]
154 trace2 = trappy.FTrace(name="second")
155 traces = [trace1, trace2]
171 trace2 = trappy.FTrace(name="second")
172 traces = [trace1, trace2]
203 trace2 = trappy.FTrace(name="second")
204 traces = [trace1, trace2]
213 trace2 = trappy.FTrace(name="second")
214 traces = [trace1, trace2]
    [all...]
test_plotter.py 45 trace2 = trappy.FTrace(name="second")
47 [trace1, trace2], trappy.thermal.Thermal, column="temp")
53 trace2 = trappy.FTrace(name="second")
55 trace2],
65 trace2 = trappy.FTrace(name="second")
67 trace2],
86 trace2 = trappy.FTrace(name="second")
88 [trace1, trace2], trappy.cpu_power.CpuOutPower, column="power", pivot="cpus")
94 trace2 = trappy.FTrace(name="second")
96 trace2],
    [all...]
test_caching.py 147 trace2 = trappy.FTrace()
148 self.assertTrue(len(trace2.dynamic_event.data_frame) == 1)
168 trace2 = trappy.FTrace(events=['cpu_frequency', 'sched_wakeup'],
171 self.assertEqual(trace2.cpu_frequency.data_frame.index[0],
  /external/emma/core/java12/com/vladium/emma/data/
DataFactory.java 398 final boolean trace2 = log.atTRACE2 ();
445 if (trace2) log.trace2 (method, "[" + file + "]: position " + raf.getFilePointer ());
458 if (trace2) log.trace2 (method, "[" + file + "]: found valid entry of size " + entryLength + " and type " + type);
460 if (trace2) entrystart = System.currentTimeMillis ();
462 if (trace2) log.trace2 (method, "entry read in " + (System.currentTimeMillis () - entrystart) + " ms");
507 final boolean trace2 = log.atTRACE2 ();
623 if (trace2) log.trace2 (method, "[" + file + "]: position " + raf.getFilePointer ())
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 360 final boolean trace2 = m_log.atTRACE2 ();
384 if (trace2) m_log.trace2 ("visit", (method.isSynthetic () ? "synthetic " : "") + "method #" + m + ": [" + m_methodName + "]");
397 if (trace2) m_log.trace2 ("visit", "skipped synthetic method");
402 if (trace2) m_log.trace2 ("visit", "skipped bridge method");
422 if (trace2) m_log.trace2 ("visit", "skipped " + (method.isAbstract () ? "abstract" : "native") + " method");
436 if (trace2) m_log.trace2 ("visit", "<clinit> method delayed")
    [all...]
InstrProcessorST.java 72 if (log.atTRACE2 ()) log.trace2 ("handleArchiveStart", "[" + parentDir + "] [" + archive + "]");
135 if (log.atTRACE2 ()) log.trace2 ("handleArchiveStart", "created temp archive [" + m_tempArchiveFile.getAbsolutePath () + "]");
153 if (log.atTRACE2 ()) log.trace2 ("handleArchiveEntry", "[" + entry.getName () + "]");
345 if (log.atTRACE2 ()) log.trace2 ("handleArchiveEnd", "[" + parentDir + "] [" + archive + "]");
379 if (log.atTRACE2 ()) log.trace2 ("handleArchiveEnd", "renamed temp archive [" + m_tempArchiveFile.getAbsolutePath () + "] to [" + m_origArchiveFile + "]");
390 if (log.atTRACE2 ()) log.trace2 ("handleDirStart", "[" + pathDir + "] [" + dir + "]");
405 if (log.atTRACE2 ()) log.trace2 ("handleFile", "[" + pathDir + "] [" + file + "]");
575 if (log.atTRACE2 ()) log.trace2 ("handleDirEnd", "[" + pathDir + "] [" + dir + "]");
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 88 if (m_log.atTRACE2 ()) m_log.trace2 ("handleArchiveEntry", "[" + entry.getName () + "]");
186 if (m_log.atTRACE2 ()) m_log.trace2 ("handleFile", "[" + pathDir + "] [" + file + "]");
  /external/emma/core/java12/com/vladium/logging/
Logger.java 160 * A convenience method equivalent to isLoggable(TRACE2).
164 return (TRACE2 <= m_level);
222 * A convenience method equivalent to log(TRACE2, method, msg).
227 public final void trace2 (final String method, final String msg) method in class:Logger
229 _log (TRACE2, method, msg, true);
386 return ILogLevels.TRACE2;
  /art/runtime/
runtime.cc 309 ScopedTrace trace2("Wait for shutdown cond");
320 ScopedTrace trace2("Waiting for Daemons");
344 ScopedTrace trace2("Delete jit");
357 ScopedTrace trace2("Delete thread list");
384 ScopedTrace trace2("Delete state");
731 ScopedTrace trace2("InitNativeMethods");
    [all...]
oat_file_manager.cc 529 ScopedTrace trace2(StringPrintf("Adding image space for location %s", dex_location));
  /art/runtime/gc/
heap.cc 376 ScopedTrace trace2("Create separate non moving space");
393 ScopedTrace trace2("Create main mem map");
412 ScopedTrace trace2("Create main mem map 2");
420 ScopedTrace trace2("Add non moving space");
    [all...]
  /art/runtime/jit/
profile_saver.cc 320 ScopedTrace trace2("Get class loaders");
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
  /art/runtime/gc/collector/
mark_sweep.cc     [all...]

Completed in 811 milliseconds