Home
last modified time | relevance | path

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

1234567

/external/chromium-trace/catapult/experimental/heatmap/
Dcalculate.js16 this.traces = {};
34 if (!this.traces[index])
35 this.traces[index] = {};
36 this.traces[index][story_index] = values;
41 this.revisions = Object.keys(this.traces).sort();
46 for (var revision in this.traces)
47 for (var trace in this.traces[revision])
48 for (var value of this.traces[revision][trace])
64 for (var revision in this.traces) {
65 for (var trace in this.traces[revision]) {
[all …]
Dinput.js10 var traces = self.findTracesAt(mouseX, mouseY);
11 for (var i = 0; i < traces.length; ++i)
12 self.drawTrace(traces[i], 0.5);
18 var traces = self.findTracesAt(mouseX, mouseY);
19 for (var i = 0; i < traces.length; ++i)
20 self.selectTrace(traces[i]);
54 var traces = {}; // Use an object to avoid duplicates.
64 traces[this.data[revision][bucket][i]] = true;
68 return Object.keys(traces);
Drenderer.js31 this.traces = {};
42 if (!this.traces[revision])
43 this.traces[revision] = {};
44 this.traces[revision][trace] = value;
48 this.revisions = Object.keys(this.traces).sort();
53 for (var revision in this.traces)
54 for (var trace in this.traces[revision])
55 values.push(this.traces[revision][trace]);
70 for (var revision in this.traces) {
71 for (var trace in this.traces[revision]) {
[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/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc429 static bool HandleRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2], in HandleRacyStacks()
438 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr)); in HandleRacyStacks()
439 hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr)); in HandleRacyStacks()
475 static void AddRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2], in AddRacyStacks()
480 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr)); in AddRacyStacks()
481 hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr)); in AddRacyStacks()
615 VarSizeStackTrace traces[kMop]; in ReportRace() local
617 ObtainCurrentStack(thr, toppc, &traces[0]); in ReportRace()
618 if (IsFiredSuppression(ctx, typ, traces[0])) in ReportRace()
627 RestoreStack(s2.tid(), s2.epoch(), &traces[1], mset2); in ReportRace()
[all …]
/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
265 if not res.traces or not calc_total:
269 if len(set(map(lambda t: len(t["results"]), res.traces))) != 1:
276 n_results = len(res.traces[0]["results"])
277 total_results = [GeometricMean(t["results"][i] for t in res.traces)
279 res.traces.append({
281 "units": res.traces[0]["units"],
[all …]
/external/chromium-trace/catapult/tracing/bin/
Drun_metric27 traces = [os.path.join(trace_dir, trace) for trace in os.listdir(trace_dir)]
29 traces = [args.trace_file_or_dir]
32 for trace in traces:
/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/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
Drule-tracing.rb62 lexer.traces.should == [
68 parser.traces.should == [
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/
Dworker.py32 def _DownloadTraces(traces): argument
34 for t in traces:
74 traces = json.loads(self.request.get('traces'))
103 temp_directory = _DownloadTraces(traces)
Dtask.py41 def _DispatchTracesAndWaitForResult(self, job, traces, num_instances): argument
72 for current_traces in _slice_it(traces, num_instances):
268 traces = self._QueryForTraces(job.corpus, job.query)
273 num_instances = self._CalculateNumInstancesNeeded(len(traces))
275 return self._DispatchTracesAndWaitForResult(job, traces, num_instances)
/external/chromium-trace/catapult/third_party/coverage/coverage/fullcoverage/
Dencodings.py34 self.traces = []
38 self.traces.append((args, frame.f_lineno))
/external/chromium-trace/catapult/dashboard/dashboard/
Dgraph_json.py565 traces = []
578 traces.append(key)
579 return traces
592 traces = []
606 traces.append(target_trace)
611 traces.append(key)
612 return traces
/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/chromium-trace/catapult/tracing/docs/
Dgetting-started.md8 …AClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/edit?usp=sharing) if you want to generate traces yourself
9 * [py-trace-event](https://github.com/natduca/py_trace_event) for generating traces from python
11 …* [ftrace](https://www.kernel.org/doc/Documentation/trace/ftrace.txt) for generating traces on Lin…
Dextending-and-customizing-trace-viewer.md6 …e-viewer tries to be able to view traces from multiple systems all together, it may not even be po…
12 Because some trace formats are container formats, we support sub-traces, where an importer does a b…
17 … network trace, the most interesting thing to see is the URL for which a traces corresponds. This …
20 In Chrome, some of our traces have a complex and massive JSON dump from our graphics subsystem that…
/external/proguard/examples/
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.
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.
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/
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.
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.

1234567