bigtest.cc | 202 } goals; variable in typeref:class:GoalStats 212 goals.AddPattern(paramreg, paramapply); 265 //goals.RegisterParameter(&map_of_counts[101]); 267 goals.RegisterParameter(¶ms.num_iterations_times_runcount); 268 goals.SetParameterStat(N_MUTEX_LOCK_UNLOCK, ¶ms.num_iterations_times_runcount, 3 /*don't ask why*/); 269 goals.SetParameterStat(N_MEM_ACCESSES_K, ¶ms.num_iterations_times_runcount, 272 goals.RegisterParameter(¶ms.num_contexts); 273 goals.SetParameterStat(N_MUTEXES, ¶ms.num_contexts, 1); 497 goals.RegisterParameter(num_CV_Signals); 498 goals.SetParameterStat(N_CV_SIGNALS, num_CV_Signals, 1) [all...] |