Searched refs:stat_reads (Results 1 – 1 of 1) sorted by relevance
44 static int stat_reads; /* calls to ReadRetrieve */ variable71 stat_reads = 0; in EnvInit()172 stat_reads++; in EnvReadRetrieve()245 debug3(DET, D, "reading %6d %6d %6.1f", stat_reads, stat_read_hits, in EnvDebug()246 stat_reads == 0 ? (float) 0 : (float) 100 * stat_read_hits / stat_reads); in EnvDebug()