Home
last modified time | relevance | path

Searched refs:traces (Results 1 – 25 of 172) sorted by relevance

1234567

/external/trappy/tests/
Dtest_plot_utils.py145 traces = [trace1, trace2]
147 plot_utils.plot_temperature(traces, ylim="default")
155 traces = [trace1, trace2]
157 plot_utils.plot_load(traces, self.map_label, height=5)
172 traces = [trace1, trace2]
174 plot_utils.plot_allfreqs(traces, self.map_label, width=20)
193 traces = [trappy.FTrace(name="first"), trappy.FTrace(name="second")]
196 plot_utils.plot_allfreqs(traces, map_label)
204 traces = [trace1, trace2]
206 plot_utils.plot_controller(traces, height=5)
[all …]
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt044trace.py16 self.traces = []
20 self.traces.append('>'+ruleName)
24 self.traces.append('<'+ruleName)
39 self.traces = []
43 self.traces.append('>'+ruleName)
47 self.traces.append('<'+ruleName)
68 lexer.traces,
76 parser.traces,
Dt047treeparser.py13 self.traces = []
17 self.traces.append('>'+ruleName)
21 self.traces.append('<'+ruleName)
73 walker.traces,
Dt052import.py31 self.traces.append('>'+ruleName)
35 self.traces.append('<'+ruleName)
58 self.traces.append('>'+ruleName)
62 self.traces.append('<'+ruleName)
Dt053hetero.py22 self.traces.append('>'+ruleName)
26 self.traces.append('<'+ruleName)
49 self.traces.append('>'+ruleName)
53 self.traces.append('<'+ruleName)
/external/trappy/trappy/plotter/
DAbstractDataPlotter.py32 def __init__(self, traces=None, attr=None, templates=None): argument
35 self.traces = traces
55 data = listify(self.traces)
96 for trace in listify(self.traces):
DBarPlot.py71 def __init__(self, traces, templates=None, **kwargs): argument
75 traces=traces,
DILinePlot.py134 def __init__(self, traces, templates=None, **kwargs): argument
137 super(ILinePlot, self).__init__(traces=traces,
160 self.c_mgr = ConstraintManager(traces, self._attr["column"], self.templates,
239 title = self.traces[plot_index].name
DLinePlot.py114 def __init__(self, traces, templates=None, **kwargs): argument
118 traces=traces,
DStaticPlot.py114 def __init__(self, traces, templates, **kwargs): argument
117 super(StaticPlot, self).__init__(traces=traces,
137 self.c_mgr = ConstraintManager(traces, self._attr["column"],
DConstraint.py235 def __init__(self, traces, columns, templates, pivot, filters, argument
239 self._ip_vec.append(listify(traces))
358 traces = range(self._lens[0])
369 pivot_gen = ((trace_idx, pivot) for trace_idx in traces for pivot in sorted_plist)
/external/v8/tools/perf/
Dstatistics-for-json.R39 for (i in seq(1, length(patch$traces))) {
40 testName <- patch$traces[[i]]$graphs[[2]]
43 nopatch_res <- as.integer(nopatch$traces[[i]]$results)
44 patch_res <- as.integer(patch$traces[[i]]$results)
65 xlab(patch$traces[[i]]$graphs[[2]])
73 xlab(patch$traces[[i]]$graphs[[2]])
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc434 static bool HandleRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2], in HandleRacyStacks()
443 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr)); in HandleRacyStacks()
444 hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr)); in HandleRacyStacks()
480 static void AddRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2], in AddRacyStacks()
485 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr)); in AddRacyStacks()
486 hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr)); in AddRacyStacks()
626 VarSizeStackTrace traces[kMop]; in ReportRace() local
628 ObtainCurrentStack(thr, toppc, &traces[0]); in ReportRace()
629 if (IsFiredSuppression(ctx, typ, traces[0])) in ReportRace()
638 RestoreStack(s2.tid(), s2.epoch(), &traces[1], mset2); in ReportRace()
[all …]
/external/fio/tools/plot/
Dfio2gnuplot.manpage9 …fio2gnuplot analyze a set of fio's log files to turn them into a set of graphical traces using gnu…
32 A flat surface means a good coherency between traces.
33 A rugged surface means a lack of coherency between traces
74 Render gnuplot traces before exiting
77 The basename for gnuplot traces (set with the pattern if defined)
83 The title of the gnuplot traces.
104 To plot all the traces named like 'host*_read_4k_iops.log'
/external/v8/tools/
Drun_perf.py154 def __init__(self, traces=None, errors=None): argument
155 self.traces = traces or []
159 return {"traces": self.traces, "errors": self.errors}
166 self.traces += other.traces
284 if not res.traces or not calc_total:
288 if len(set(map(lambda t: len(t["results"]), res.traces))) != 1:
295 n_results = len(res.traces[0]["results"])
296 total_results = [GeometricMean(t["results"][i] for t in res.traces)
298 res.traces.append({
300 "units": res.traces[0]["units"],
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
Drule-tracing.rb62 lexer.traces.should == [
68 parser.traces.should == [
/external/blktrace/btreplay/doc/
Dabstract.tex26 \item Initiate \texttt{blktrace} to capture traces
27 \item Generate traces\ldots
29 \item Run \texttt{btrecord} to convert traces into IO records
/external/proguard/examples/
Dapplications.pro19 # traces later on. Keep a fixed source file attribute and all line number
20 # tables to get line numbers in the stack traces.
21 # You can comment this out if you're not interested in stack traces.
Dservlets.pro16 # traces later on. Keep a fixed source file attribute and all line number
17 # tables to get line numbers in the stack traces.
18 # You can comment this out if you're not interested in stack traces.
Dapplets.pro15 # traces later on. Keep a fixed source file attribute and all line number
16 # tables to get line numbers in the stack traces.
17 # You can comment this out if you're not interested in stack traces.
Dlibrary.pro17 # traces later on. Keep a fixed source file attribute and all line number
18 # tables to get line numbers in the stack traces.
19 # You can comment this out if you're not interested in stack traces.
/external/proguard/examples/gradle/
Dapplets.gradle35 // traces later on. Keep a fixed source file attribute and all line number
36 // tables to get line numbers in the stack traces.
37 // You can comment this out if you're not interested in stack traces.
Dservlets.gradle36 // traces later on. Keep a fixed source file attribute and all line number
37 // tables to get line numbers in the stack traces.
38 // You can comment this out if you're not interested in stack traces.
Dapplications.gradle39 // traces later on. Keep a fixed source file attribute and all line number
40 // tables to get line numbers in the stack traces.
41 // You can comment this out if you're not interested in stack traces.
/external/minijail/tools/
Dgenerate_seccomp_policy.py73 def main(traces): argument
102 for trace_filename in traces:

1234567