</tr>
					<tr>
						<th><?php _e( 'Process time', 'woo_ce' ); ?></th>
						<td><?php echo ( ( ( $start_time != false ) && ( $end_time != false ) ) ? woo_ce_display_time_elapsed( $start_time, $end_time ) : '-' ); ?></td>
					</tr>
					<tr>
						<th><?php _e( 'Idle memory usage (start)', 'woo_ce' ); ?></th>
						<td><?php echo ( ( $idle_memory_start != false ) ? woo_ce_display_memory( $idle_memory_start ) : '-' ); ?></td>
					</tr>
					<tr>
						<th><?php _e( 'Memory usage prior to loading export type', 'woo_ce' ); ?></th>
						<td><?php echo ( ( $data_memory_start != false ) ? woo_ce_display_memory( $data_memory_start ) : '-' ); ?></td>
					</tr>
					<tr>
						<th><?php _e( 'Memory usage after loading export type', 'woo_ce' ); ?></th>
						<td><?php echo ( ( $data_memory_end != false ) ? woo_ce_display_memory( $data_memory_end ) : '-' ); ?></td>
					</tr>
					<tr>
						<th><?php _e( 'Idle memory usage (end)', 'woo_ce' ); ?></th>
						<td><?php echo ( ( $idle_memory_end != false ) ? woo_ce_display_memory( $idle_memory_end ) : '-' ); ?></td>
					</tr>

				</tbody>
			</table>

		</div>
		<!-- .inside -->
	</div>
	<!-- .postbox -->
</div>
<!-- .postbox-container -->
Ejemplo n.º 2
0
echo $data_memory_end != false ? woo_ce_display_memory($data_memory_end) : '-';
?>
</td>
					</tr>
					<tr>
						<th><?php 
_e('Memory usage at render time', 'woo_ce');
?>
</th>
						<td>-</td>
					</tr>
					<tr>
						<th><?php 
_e('Idle memory usage (end)', 'woo_ce');
?>
</th>
						<td><?php 
echo $idle_memory_end != false ? woo_ce_display_memory($idle_memory_end) : '-';
?>
</td>
					</tr>

				</tbody>
			</table>

		</div>
		<!-- .inside -->
	</div>
	<!-- .postbox -->
</div>
<!-- .postbox-container -->
		<tr>
			<th><?php 
_e('Memory usage after loading dataset', 'woo_ce');
?>
</th>
			<td><?php 
woo_ce_display_memory($data_memory_end);
?>
</td>
		</tr>
		<tr>
			<th><?php 
_e('Memory usage at render time', 'woo_ce');
?>
</th>
			<td>-</td>
		</tr>
		<tr>
			<th><?php 
_e('Idle memory usage (end)', 'woo_ce');
?>
</th>
			<td><?php 
woo_ce_display_memory($idle_memory_end);
?>
</td>
		</tr>

	</tbody>
</table>
<br />