Searched refs:GetConstJsCpuProfilerSampleData (Results 1 – 4 of 4) sorted by relevance
177 …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 …]
39 …e::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstJsCpuProfilerSampleData().Siz… in Cursor()40 jsCpuProfilerSample_(dataCache->GetConstJsCpuProfilerSampleData()) in Cursor()
110 const JsCpuProfilerSample& GetConstJsCpuProfilerSampleData() const;
239 const JsCpuProfilerSample& TraceDataCacheReader::GetConstJsCpuProfilerSampleData() const in GetConstJsCpuProfilerSampleData() function in SysTuning::TraceStreamer::TraceDataCacheReader