【WordPress】phpで使用したメモリ使用量を取得して表示する方法

【WordPress】phpのメモリ使用量を取得して表示する

phpで使用したメモリ使用量を取得して表示します。

echo memory_get_usage(true);