Searched refs:MaxTemporalProfTraceLength (Results 1 – 2 of 2) sorted by relevance
48 uint64_t MaxTemporalProfTraceLength; variable100 uint64_t MaxTemporalProfTraceLength = 0,
126 uint64_t MaxTemporalProfTraceLength, bool WritePrevVersion, in InstrProfWriter() argument130 : Sparse(Sparse), MaxTemporalProfTraceLength(MaxTemporalProfTraceLength), in InstrProfWriter()335 assert(Trace.FunctionNameRefs.size() <= MaxTemporalProfTraceLength); in addTemporalProfileTrace()354 if (Trace.FunctionNameRefs.size() > MaxTemporalProfTraceLength) in addTemporalProfileTraces()355 Trace.FunctionNameRefs.resize(MaxTemporalProfTraceLength); in addTemporalProfileTraces()