Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/test/unittest/
Djs_cpu_profiler_test.cpp177 …auto sampleFunctionId1 = stream_.traceDataCache_->GetConstJsCpuProfilerSampleData().FunctionIds()[…
179 auto startTime1 = stream_.traceDataCache_->GetConstJsCpuProfilerSampleData().StartTimes()[0];
181 auto endTime1 = stream_.traceDataCache_->GetConstJsCpuProfilerSampleData().EndTimes()[0];
183 auto dur1 = stream_.traceDataCache_->GetConstJsCpuProfilerSampleData().Durs()[0];
185 …auto sampleFunctionId2 = stream_.traceDataCache_->GetConstJsCpuProfilerSampleData().FunctionIds()[…
187 auto startTime2 = stream_.traceDataCache_->GetConstJsCpuProfilerSampleData().StartTimes()[1];
189 auto endTime2 = stream_.traceDataCache_->GetConstJsCpuProfilerSampleData().EndTimes()[1];
191 auto dur2 = stream_.traceDataCache_->GetConstJsCpuProfilerSampleData().Durs()[1];
193 …auto sampleFunctionId3 = stream_.traceDataCache_->GetConstJsCpuProfilerSampleData().FunctionIds()[…
195 auto startTime3 = stream_.traceDataCache_->GetConstJsCpuProfilerSampleData().StartTimes()[2];
[all …]
/developtools/smartperf_host/trace_streamer/src/table/js_memory/
Djs_cpu_profiler_sample_table.cpp39 …e::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstJsCpuProfilerSampleData().Siz… in Cursor()
40 jsCpuProfilerSample_(dataCache->GetConstJsCpuProfilerSampleData()) in Cursor()
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h110 const JsCpuProfilerSample& GetConstJsCpuProfilerSampleData() const;
Dtrace_data_cache_reader.cpp239 const JsCpuProfilerSample& TraceDataCacheReader::GetConstJsCpuProfilerSampleData() const in GetConstJsCpuProfilerSampleData() function in SysTuning::TraceStreamer::TraceDataCacheReader