Searched refs:MaxTemporalProfTraceLength (Results 1 – 2 of 2) sorted by relevance
45 uint64_t MaxTemporalProfTraceLength; variable74 uint64_t MaxTemporalProfTraceLength = 0);
184 uint64_t MaxTemporalProfTraceLength) in InstrProfWriter() argument185 : Sparse(Sparse), MaxTemporalProfTraceLength(MaxTemporalProfTraceLength), in InstrProfWriter()300 if (Trace.FunctionNameRefs.size() > MaxTemporalProfTraceLength) in addTemporalProfileTrace()301 Trace.FunctionNameRefs.resize(MaxTemporalProfTraceLength); in addTemporalProfileTrace()