Searched refs:trace_size (Results 1 – 1 of 1) sorted by relevance
86 auto trace_size = trace[thread_id].size(); in test() local87 if (trace_size > 1) { in test()90 for (std::size_t invocation = 2; invocation < trace_size; ++invocation) { in test()104 trace_size <= repeats, in test()105 "Thread " << thread_id << " executed extra " << trace_size - repeats in test()109 trace_size >= repeats, in test()110 "Thread " << thread_id << " executed " << repeats - trace_size in test()