diff options
author | Oxore <oxore@protonmail.com> | 2024-08-03 15:21:59 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2024-08-03 15:21:59 +0300 |
commit | 8c94fbe94502eecf2f2c2b960642c6e09c9106a3 (patch) | |
tree | d46bb6fbcb01ca4fda443c1c495ee592bb7e2635 /Readme.md | |
parent | 466ffe67cec1f2c460eea28a779a86cc659ddc24 (diff) |
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -9,16 +9,16 @@ $ perf stat -r10 -B ./arena-malloc Performance counter stats for './arena-malloc' (10 runs): - 340.31 msec task-clock:u # 0.965 CPUs utilized ( +- 0.77% ) + 488.01 msec task-clock:u # 0.976 CPUs utilized ( +- 1.63% ) 0 context-switches:u # 0.000 /sec 0 cpu-migrations:u # 0.000 /sec - 6,055 page-faults:u # 17.792 K/sec ( +- 0.01% ) - 255,422,997 cycles:u # 0.751 GHz ( +- 0.07% ) - 700,131,646 instructions:u # 2.74 insn per cycle ( +- 0.00% ) - 100,031,363 branches:u # 293.938 M/sec ( +- 0.00% ) - 2,612 branch-misses:u # 0.00% of all branches ( +- 0.97% ) + 44,696 page-faults:u # 91.589 K/sec ( +- 4.72% ) + 278,282,629 cycles:u # 0.570 GHz ( +- 0.45% ) + 700,173,708 instructions:u # 2.52 insn per cycle ( +- 0.00% ) + 100,070,698 branches:u # 205.060 M/sec ( +- 0.00% ) + 2,739 branch-misses:u # 0.00% of all branches ( +- 0.89% ) - 0.35257 +- 0.00692 seconds time elapsed ( +- 1.96% ) + 0.49999 +- 0.00898 seconds time elapsed ( +- 1.80% ) ``` arena-memstream (`open_memstream`, `fwrite`, `fflush`): |