Skip to content

Commit 0d46cc4

Browse files
mruzkenjis
authored andcommitted
Only the memory used by the framework
1 parent 7bab1f2 commit 0d46cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/output_data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
printf(
44
"\n%' 8d:%f:%d",
5-
memory_get_peak_usage(true),
5+
memory_get_peak_usage(),
66
microtime(true) - $_SERVER['REQUEST_TIME_FLOAT'],
77
count(get_included_files()) - 1
88
);

0 commit comments

Comments
 (0)