HomeSort by relevance Sort by last modified time
    Searched full:getorcreatecounter (Results 1 - 19 of 19) sorted by null

  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
cpu_test.js 28 test('getOrCreateCounter', function() {
30 var ctrBar = cpu.getOrCreateCounter('foo', 'bar');
31 var ctrBar2 = cpu.getOrCreateCounter('foo', 'bar');
37 var ctr = cpu.getOrCreateCounter('foo', 'bar');
process_test.js 12 test('getOrCreateCounter', function() {
15 var ctrBar = process.getOrCreateCounter('foo', 'bar');
16 var ctrBar2 = process.getOrCreateCounter('foo', 'bar');
23 var ctr = process.getOrCreateCounter('foo', 'bar');
cpu.js 33 getOrCreateCounter: function(cat, name) {
process_base.js 191 getOrCreateCounter: function(cat, name) {
  /external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
power_parser.js 47 powerCounter = targetCpu.cpu.getOrCreateCounter('', 'C-State');
59 var powerCounter = targetCpu.cpu.getOrCreateCounter('', 'C-State');
74 targetCpu.cpu.getOrCreateCounter('', 'Clock Frequency');
bus_parser.js 55 .getOrCreateCounter(null, 'bus ' + name + ' read');
65 .getOrCreateCounter(null, 'bus ' + name + ' write');
clock_parser.js 44 .getOrCreateCounter(null, name);
exynos_parser.js 78 var counter = targetCpu.cpu.getOrCreateCounter('', name);
android_parser.js 142 .getOrCreateCounter(category, name);
mali_parser.js 301 getOrCreateCounter('DVFS', counterName);
345 getOrCreateCounter(cat, counterName);
  /external/chromium-trace/trace-viewer/src/tracing/
timeline_track_view_test.js 119 c1.getOrCreateCounter('', 'b');
122 var ctr = p1.getOrCreateCounter('', 'a');
139 c1.getOrCreateCounter('', 'a');
153 p1.getOrCreateCounter('', 'a');
trace_model_test.js 26 var c = p.getOrCreateCounter('', 'ProcessCounter');
42 var c1 = cpu.getOrCreateCounter('', 'CpuCounter');
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
process.py 56 def GetOrCreateCounter(self, category, name):
trace_event_importer.py 111 .GetOrCreateCounter(event['cat'], ctr_name))
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.timeline.process.html 62 <dl><dt><a name="Process-GetOrCreateCounter"><strong>GetOrCreateCounter</strong></a>(self, category, name)</dt></dl>
  /external/chromium-trace/trace-viewer/src/tracing/importer/
timeline_stream_importer.js 143 var counter = process.getOrCreateCounter('streamed', counterName);
trace_event_importer.js 166 .getOrCreateCounter(event.cat, ctr_name);
  /external/chromium-trace/
script.js 35 f=m.sliceGroup.endSlice(g);h=b(a[3]);for(d in h)void 0!==f.args[d]&&this.model_.importErrors.push("Both the B and E events of "+f.title+"provided values for argument "+d+". The value of the E event will be used."),f.args[d]=h[d];break;case "C":e=parseInt(a[1]);var l=a[2],n=parseInt(a[3]),d=a[4];f=this.model_.getOrCreateProcess(e).getOrCreateCounter(d,l);0===f.numSeries&&f.addSeries(new tracing.trace_model.CounterSeries(n,tracing.getStringColorId(f.name+".value")));f.series.forEach(function(a){a.addSample(g,
38 var d=1E9*c/e,d=d/1048576;c=this.model_.getOrCreateProcess(0).getOrCreateCounter(null,"bus "+a+" read");0===c.numSeries&&c.addSeries(new tracing.trace_model.CounterSeries("value",tracing.getStringColorId(c.name+".value")));c.series.forEach(function(a){a.addSample(b,d)});c=this.model_.getOrCreateProcess(0).getOrCreateCounter(null,"bus "+a+" write");0===c.numSeries&&c.addSeries(new tracing.trace_model.CounterSeries("value",tracing.getStringColorId(c.name+".value")));c.series.forEach(function(a){a.addSample(b,
40 base.exportTo("tracing.importer.linux_perf",function(){function d(a){b.call(this,a);a.registerEventHandler("clock_set_rate",d.prototype.traceMarkWriteClockEvent.bind(this));this.model_=a.model_;this.ppids_={}}var b=tracing.importer.linux_perf.Parser;d.prototype={__proto__:b.prototype,traceMarkWriteClockEvent:function(a,c,e,b,g,h){a=/(\S+) state=(\d+) cpu_id=(\d+)/.exec(g.details);c=a[1];var d=parseInt(a[2]);a=this.model_.getOrCreateProcess(0).getOrCreateCounter(null,c);0===a.numSeries&&a.addSeries(new tracing.trace_model.CounterSeries("value",
55 "exynos_flip_request"==a?this.exynosFlipOpenSlice(b,c):this.exynosFlipCloseSlice(b,{pipe:c});return!0},exynosBusfreqSample:function(a,c,e){a=this.importer.getOrCreateCpuState(0).cpu.getOrCreateCounter("",a);0===a.numSeries&&a.addSeries(new tracing.trace_model.CounterSeries("frequency",tracing.getStringColorId(a.name+".frequency")));a.series.forEach(function(a){a.addSample(c,e)})},busfreqTargetIntEvent:function(a,c,e,b,g){a=/frequency=(\d+)/.exec(g.details);if(!a)return!1;this.exynosBusfreqSample("INT Frequency",
    [all...]
  /external/chromium-trace/trace-viewer/test_data/
android_systrace.html 40 c?b.tid-d.tid:c};a.prototype={get numThreads(){var a=0,b;for(b in this.threads)a++;return a},shiftTimestampsForward:function(a){for(var b in this.threads)this.threads[b].shiftTimestampsForward(a);for(var d in this.counters)this.counters[d].shiftTimestampsForward(a)},getOrCreateThread:function(a){this.threads[a]||(this.threads[a]=new f(this,a));return this.threads[a]},getOrCreateCounter:function(a,b){var d=a+"."+b;this.counters[d]||(this.counters[d]=new h(this,d,b));return this.counters[d]}};a.compare=
41 function(a,b){return a.pid-b.pid};b.prototype={getOrCreateCounter:function(a,b){var d;d=a.length?a+"."+b:b;this.counters[d]||(this.counters[d]=new h(this,d,b));return this.counters[d]},shiftTimestampsForward:function(a){for(var b=0;b<this.slices.length;b++)this.slices[b].start+=a;for(var d in this.counters)this.counters[d].shiftTimestampsForward(a)},updateBounds:function(){this.slices.length?(this.minTimestamp=this.slices[0].start,this.maxTimestamp=this.slices[this.slices.length-1].end):this.maxTimestamp=
    [all...]

Completed in 176 milliseconds