| H A D | parse-metric.c | 121 static int compute_metric(const char *name, struct value *vals, double *ratio) in compute_metric() 123 return __compute_metric(name, vals, name, ratio, NULL, NULL); in compute_metric() 135 double ratio; in test_ipc() 143 compute_metric("IPC", vals, &ratio) == 0); in test_ipc() 145 TEST_ASSERT_VAL("IPC failed, wrong ratio", in test_ipc() 146 ratio == 1.5); in test_ipc() 152 double ratio; in test_frontend() 162 compute_metric("Frontend_Bound_SMT", vals, &ratio) == 0); in test_frontend() 164 TEST_ASSERT_VAL("Frontend_Bound_SMT failed, wrong ratio", in test_frontend() 165 ratio in test_frontend() 120 compute_metric(const char * name,struct value * vals,double * ratio) compute_metric() argument 134 double ratio; test_ipc() local 151 double ratio; test_frontend() local 170 double ratio; test_cache_miss_cycles() local 210 double ratio; test_dcache_l2() local 237 double ratio; test_recursion_fail() local 254 double ratio; test_memory_bandwidth() local [all...] |