Searched refs:hbeat_stats (Results 1 – 4 of 4) sorted by relevance
70 hread_time = env->hbeat_stats.rtime; in print_stats()71 hwrite_time = env->hbeat_stats.wtime; in print_stats()77 hread_time = ((env->hbeat_stats.rtime * args->rperc) / 100); in print_stats()78 hwrite_time = ((env->hbeat_stats.wtime * args->wperc) / 100); in print_stats()108 printf(CTRSTR, (env->hbeat_stats.rbytes), in print_stats()109 (env->hbeat_stats.rcount)); in print_stats()110 printf(CTWSTR, (env->hbeat_stats.wbytes), in print_stats()111 (env->hbeat_stats.wcount)); in print_stats()115 ((double)(env->hbeat_stats.rbytes) / in print_stats()117 ((double)(env->hbeat_stats.rcount) / in print_stats()[all …]
105 env->hbeat_stats.wtime++; in ChildTimer()108 env->hbeat_stats.wtime++; in ChildTimer()115 env->hbeat_stats.rtime++; in ChildTimer()118 env->hbeat_stats.rtime++; in ChildTimer()128 + env->hbeat_stats.wcount in ChildTimer()130 + env->cycle_stats.rcount + env->hbeat_stats.rcount; in ChildTimer()140 + env->hbeat_stats.rtime in ChildTimer()142 + env->cycle_stats.wtime + env->hbeat_stats.wtime; in ChildTimer()
551 (env->hbeat_stats.wbytes) += target.trsiz * BLK_SIZE; in complete_io()552 env->hbeat_stats.wcount++; in complete_io()561 (env->hbeat_stats.rbytes) += target.trsiz * BLK_SIZE; in complete_io()562 env->hbeat_stats.rcount++; in complete_io()820 (env->hbeat_stats.wcount % in ChildMain()826 env->hbeat_stats.wcount); in ChildMain()
256 stats_t hbeat_stats; /* per heartbeat statistics */ member