/external/chromium-trace/catapult/experimental/heatmap/ |
D | calculate.js | 16 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 …]
|
D | input.js | 10 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);
|
D | renderer.js | 31 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/ |
D | t044trace.py | 16 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,
|
D | t047treeparser.py | 13 self.traces = [] 17 self.traces.append('>'+ruleName) 21 self.traces.append('<'+ruleName) 73 walker.traces,
|
D | t052import.py | 31 self.traces.append('>'+ruleName) 35 self.traces.append('<'+ruleName) 58 self.traces.append('>'+ruleName) 62 self.traces.append('<'+ruleName)
|
D | t053hetero.py | 22 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/ |
D | tsan_rtl_report.cc | 429 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/ |
D | run_perf.py | 154 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/ |
D | run_metric | 27 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/ |
D | fio2gnuplot.manpage | 9 …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/ |
D | rule-tracing.rb | 62 lexer.traces.should == [ 68 parser.traces.should == [
|
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/ |
D | worker.py | 32 def _DownloadTraces(traces): argument 34 for t in traces: 74 traces = json.loads(self.request.get('traces')) 103 temp_directory = _DownloadTraces(traces)
|
D | task.py | 41 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/ |
D | encodings.py | 34 self.traces = [] 38 self.traces.append((args, frame.f_lineno))
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | graph_json.py | 565 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/ |
D | abstract.tex | 26 \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/ |
D | getting-started.md | 8 …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…
|
D | extending-and-customizing-trace-viewer.md | 6 …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/ |
D | applets.pro | 15 # 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.
|
D | applications.pro | 19 # 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.
|
D | servlets.pro | 16 # 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.
|
D | library.pro | 17 # 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/ |
D | applications.gradle | 39 // 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.
|
D | applets.gradle | 35 // 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.
|