Home
last modified time | relevance | path

Searched refs:GetConstJsCpuProfilerNodeData (Results 1 – 4 of 4) sorted by relevance

/developtools/smartperf_host/trace_streamer/test/unittest/
Djs_cpu_profiler_test.cpp100 auto size = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().Size();
102 auto scriptId = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().ScriptIds()[0];
104 auto url = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().Urls()[0];
106 auto lineNumber = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().LineNumbers()[0];
108 auto columnNumber = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().ColumnNumbers()[0];
110 auto hitCount = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().HitCounts()[0];
113 auto size1 = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().Size();
115 auto scriptId1 = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().ScriptIds()[1];
117 auto url1 = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().Urls()[1];
119 auto lineNumber1 = stream_.traceDataCache_->GetConstJsCpuProfilerNodeData().LineNumbers()[1];
[all …]
/developtools/smartperf_host/trace_streamer/src/table/js_memory/
Djs_cpu_profiler_node_table.cpp53 …se::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstJsCpuProfilerNodeData().Size… in Cursor()
54 jsCpuProfilerNodes_(dataCache->GetConstJsCpuProfilerNodeData()) in Cursor()
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h109 const JsCpuProfilerNode& GetConstJsCpuProfilerNodeData() const;
Dtrace_data_cache_reader.cpp235 const JsCpuProfilerNode& TraceDataCacheReader::GetConstJsCpuProfilerNodeData() const in GetConstJsCpuProfilerNodeData() function in SysTuning::TraceStreamer::TraceDataCacheReader