Home
last modified time | relevance | path

Searched refs:totalReal (Results 1 – 6 of 6) sorted by relevance

/dports/www/mediawiki135/mediawiki-1.35.5/includes/profiler/
H A DSectionProfiler.php101 $totalReal = max( $this->end['real'] - $this->start['real'], 0 );
105 $totalReal = 0;
115 '%real' => $totalReal ? 100 * $data['real'] / $totalReal : 0,
128 'real' => 1000 * $totalReal,
134 'min_real' => 1000 * $totalReal,
135 'max_real' => 1000 * $totalReal
/dports/www/mediawiki136/mediawiki-1.36.3/includes/profiler/
H A DSectionProfiler.php107 $totalReal = max( $this->end['real'] - $this->start['real'], 0 );
111 $totalReal = 0;
121 '%real' => $totalReal ? 100 * $data['real'] / $totalReal : 0,
134 'real' => 1000 * $totalReal,
140 'min_real' => 1000 * $totalReal,
141 'max_real' => 1000 * $totalReal
/dports/www/mediawiki137/mediawiki-1.37.1/includes/profiler/
H A DSectionProfiler.php109 $totalReal = max( $this->end['real'] - $this->start['real'], 0 );
113 $totalReal = 0;
123 '%real' => $totalReal ? 100 * $data['real'] / $totalReal : 0,
136 'real' => 1000 * $totalReal,
142 'min_real' => 1000 * $totalReal,
143 'max_real' => 1000 * $totalReal
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/hdfs/server/datanode/
H A DTestDataNodeVolumeFailure.java153 int totalReal = countRealBlocks(block_map); in verify() local
154 System.out.println("countRealBlocks counted " + totalReal + " blocks"); in verify()
168 assertEquals(totalReal, totalNN); in verify()
182 (totalReal + totalRepl) + " vs. all files blocks " + blocks_num*2); in verify()
185 assertEquals(totalReal + totalRepl, blocks_num*repl); in verify()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/
H A DTestDataNodeVolumeFailure.java317 int totalReal = countRealBlocks(block_map); in verify() local
318 System.out.println("countRealBlocks counted " + totalReal + " blocks"); in verify()
333 totalReal, totalNN); in verify()
347 (totalReal + totalRepl) + " vs. all files blocks " + blocks_num*2); in verify()
351 totalReal + totalRepl, blocks_num * repl); in verify()
/dports/net-mgmt/net-snmp/net-snmp-5.9/apps/
H A Dsnmpps.c166 u_long totalReal; member
526 mem->totalReal = *vlp->val.integer; in collect_mem()
927 format_humanmem(b1, sizeof b1, mem.totalReal), in snmptop()
928 format_humanmem(b2, sizeof b2, mem.totalReal-mem.availReal), in snmptop()