cpv-project / live-profiler

Header only library for real time performance analysis, supports c, c++, go, java, .net
MIT License
18 stars 6 forks source link

Benchmark result for LinuxCpuSampleCollector + CpuSampleFrequencyAnalyzer #4

Open 303248153 opened 6 years ago

303248153 commented 6 years ago

See the first comment as example

303248153 commented 6 years ago

Commit: e4b26f2ec6794880327c6a9bb783388cc8afe191

Language: c++ Environment: Ubuntu 17.10 64bit Single Core Parameters: Default Code: http://benchmarksgame.alioth.debian.org/u64q/program.php?test=binarytrees&lang=gpp&id=9 Without Profiler: 0m3.750s, 0m3.795s, 0m3.781s, 0m3.831s, 0m3.815s (avg: 3.794) With Profiler: 0m3.822s, 0m3.832s, 0m4.027s, 0m3.954s, 0m3.935s (avg: 3.914) Overhead: 3%

Language: c++ Environment: Ubuntu 17.10 64bit 4 Core Parameters: Default Code: http://benchmarksgame.alioth.debian.org/u64q/program.php?test=binarytrees&lang=gpp&id=9 Without Profiler: 0m1.339s 0m1.319s 0m1.308s 0m1.362s 0m1.352s (avg: 1.336) With Profiler: 0m1.344s 0m1.489s 0m1.448s 0m1.385s 0m1.381s (avg: 1.409) Overhead: 5%

303248153 commented 6 years ago

Commit: e4b26f2ec6794880327c6a9bb783388cc8afe191

Language: go Environment: Ubuntu 17.10 64bit Single Core Parameters: Default Code: http://benchmarksgame.alioth.debian.org/u64q/program.php?test=binarytrees&lang=go&id=4 Without Profiler: 0m57.044s, 0m55.230s, 0m56.646s, 0m55.349s, 0m55.949s (avg: 56.043) With Profiler: 0m55.812s, 0m56.895s, 0m57.313s, 0m56.526s, 0m56.587s (avg: 56.626) Overhead: 1%

Language: go Environment: Ubuntu 17.10 64bit 4 Core Parameters: Default Code: http://benchmarksgame.alioth.debian.org/u64q/program.php?test=binarytrees&lang=go&id=4 Without Profiler: 0m15.683s 0m15.499s 0m15.376s 0m15.555s 0m15.804s (avg: 15.583) With Profiler: 0m16.716s 0m16.627s 0m16.527s 0m16.620s 0m16.487s (avg: 16.595) Overhead: 6%

303248153 commented 6 years ago

Commit: e4b26f2ec6794880327c6a9bb783388cc8afe191

Language: c# Environment: Ubuntu 17.10 64bit Single Core Parameters: Default Code: http://benchmarksgame.alioth.debian.org/u64q/program.php?test=binarytrees&lang=csharpcore&id=4 Without Profiler: 0m15.061s, 0m15.007s, 0m13.936s, 0m14.659s, 0m15.557s (avg: 14.844) With Profiler: 0m15.294s, 0m15.745s, 0m15.340s, 0m16.155s, 0m16.159s (avg: 15.738) Overhead: 6%

Language: c# Environment: Ubuntu 17.10 64bit 4 Core Parameters: Default Code: http://benchmarksgame.alioth.debian.org/u64q/program.php?test=binarytrees&lang=csharpcore&id=4 Without Profiler: 0m13.770s 0m14.558s 0m13.816s 0m14.037s 0m14.005s (avg: 14.03) With Profiler: 0m14.632s 0m14.084s 0m14.585s 0m15.102s 0m14.128s (avg: 14.50) Overhead: 3%

303248153 commented 6 years ago

Commit: f2908d1b26589d2624ccf029106fb623639c9720

Language: java Environment: Ubuntu 17.10 64bit 4 Core Parameters: Default Code: http://benchmarksgame.alioth.debian.org/u64q/program.php?test=binarytrees&lang=java&id=7 Without Profiler: 0m19.266s 0m19.824s 0m20.597s 0m19.850s 0m19.151s (avg: 19.737) With Profiler: 0m21.371s 0m21.080s 0m20.928s 0m21.283s 0m21.408s (avg: 21.214) Overhead: 7%