Searched refs:MaxTemporalProfTraceLength (Results 1 – 2 of 2) sorted by relevance
45 uint64_t MaxTemporalProfTraceLength; variable84 uint64_t MaxTemporalProfTraceLength = 0, bool WritePrevVersion = false,
186 uint64_t MaxTemporalProfTraceLength, bool WritePrevVersion, in InstrProfWriter() argument188 : Sparse(Sparse), MaxTemporalProfTraceLength(MaxTemporalProfTraceLength), in InstrProfWriter()323 assert(Trace.FunctionNameRefs.size() <= MaxTemporalProfTraceLength); in addTemporalProfileTrace()342 if (Trace.FunctionNameRefs.size() > MaxTemporalProfTraceLength) in addTemporalProfileTraces()343 Trace.FunctionNameRefs.resize(MaxTemporalProfTraceLength); in addTemporalProfileTraces()