Home
last modified time | relevance | path

Searched refs:trace2 (Results 1 – 9 of 9) sorted by relevance

/external/trappy/tests/
Dtest_plotter.py45 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 …]
Dtest_plot_utils.py144 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 …]
Dtest_caching.py147 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/
DDataFactory.java398 final boolean trace2 = log.atTRACE2 (); in mergeload()
445 … if (trace2) log.trace2 (method, "[" + file + "]: position " + raf.getFilePointer ()); in mergeload()
458 …if (trace2) log.trace2 (method, "[" + file + "]: found valid entry of size " + entryLength + " and… in mergeload()
460 if (trace2) entrystart = System.currentTimeMillis (); in mergeload()
462 …if (trace2) log.trace2 (method, "entry read in " + (System.currentTimeMillis () - entrystart) + " … in mergeload()
507 final boolean trace2 = log.atTRACE2 (); in persist()
623 … if (trace2) log.trace2 (method, "[" + file + "]: position " + raf.getFilePointer ()); in persist()
632 … if (trace2) log.trace2 (method, "[" + file + "]: found valid entry of size " + entryLength); in persist()
639 … if (trace2) log.trace2 (method, "[" + file + "]: adding entry at position " + position); in persist()
745 …if (log.atTRACE2 ()) log.trace2 ("writeEntry", "entry [" + data.getClass ().getName () + "] length… in writeEntry()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java360 final boolean trace2 = m_log.atTRACE2 (); in visit()
384 …if (trace2) m_log.trace2 ("visit", (method.isSynthetic () ? "synthetic " : "") + "method #" + m + … in visit()
397 if (trace2) m_log.trace2 ("visit", "skipped synthetic method"); in visit()
402 if (trace2) m_log.trace2 ("visit", "skipped bridge method"); in visit()
422 …if (trace2) m_log.trace2 ("visit", "skipped " + (method.isAbstract () ? "abstract" : "native") + "… in visit()
436 if (trace2) m_log.trace2 ("visit", "<clinit> method delayed"); in visit()
513 if (trace2) m_log.trace2 ("visit", "added synthetic <clinit> method"); in visit()
528 …if (trace2) m_log.trace2 ("visit", (clinit.isSynthetic () ? "synthetic " : "") + "method #" + m_me… in visit()
669 if (trace2) m_log.trace2 ("visit", "added synthetic pre-<clinit> method"); in visit()
707 final boolean trace2 = m_log.atTRACE2 (); in visit()
[all …]
DInstrProcessorST.java72 … if (log.atTRACE2 ()) log.trace2 ("handleArchiveStart", "[" + parentDir + "] [" + archive + "]"); in handleArchiveStart()
135 …if (log.atTRACE2 ()) log.trace2 ("handleArchiveStart", "created temp archive [" + m_tempArchiveFil… in handleArchiveStart()
153 if (log.atTRACE2 ()) log.trace2 ("handleArchiveEntry", "[" + entry.getName () + "]"); in handleArchiveEntry()
345 … if (log.atTRACE2 ()) log.trace2 ("handleArchiveEnd", "[" + parentDir + "] [" + archive + "]"); in handleArchiveEnd()
379 …if (log.atTRACE2 ()) log.trace2 ("handleArchiveEnd", "renamed temp archive [" + m_tempArchiveFile.… in handleArchiveEnd()
390 if (log.atTRACE2 ()) log.trace2 ("handleDirStart", "[" + pathDir + "] [" + dir + "]"); in handleDirStart()
405 if (log.atTRACE2 ()) log.trace2 ("handleFile", "[" + pathDir + "] [" + file + "]"); in handleFile()
575 if (log.atTRACE2 ()) log.trace2 ("handleDirEnd", "[" + pathDir + "] [" + dir + "]"); in handleDirEnd()
/external/emma/core/java12/com/vladium/emma/rt/
DClassPathProcessorST.java88 if (m_log.atTRACE2 ()) m_log.trace2 ("handleArchiveEntry", "[" + entry.getName () + "]"); in handleArchiveEntry()
186 if (m_log.atTRACE2 ()) m_log.trace2 ("handleFile", "[" + pathDir + "] [" + file + "]"); in handleFile()
/external/emma/core/java12/com/vladium/logging/
DLogger.java227 public final void trace2 (final String method, final String msg) in trace2() method in Logger
/external/trappy/doc/
DPlotter.ipynb77 "trace2 = trappy.FTrace(temp_thermal_location)\n",
78 "trace2.thermal.data_frame[\"temp\"] = trace1.thermal.data_frame[\"temp\"] * 2\n",
79 "trace2.cpu_out_power.data_frame[\"power\"] = trace1.cpu_out_power.data_frame[\"power\"] * 2"
229 "l = trappy.LinePlot([trace1, trace2], trappy.thermal.Thermal, column=\"temp\")\n",
258 …"l = trappy.LinePlot([trace1, trace2], [trappy.thermal.Thermal,trappy.thermal.ThermalGovernor], co…
287 …"l = trappy.LinePlot([trace1, trace2], [trappy.cpu_power.CpuOutPower], column=\"power\", filters={…
345 …"l = trappy.LinePlot([trace1, trace2], trappy.cpu_power.CpuOutPower, column=\"power\", pivot=\"cpu…
386 "l = trappy.LinePlot([trace1, trace2],\n",
418 "l = trappy.LinePlot([trace1, trace2],\n",
451 "trappy.LinePlot([trace1, trace2],\n",
[all …]