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 + CpuSampleHotPathAnalyzer #5

Open 303248153 opened 6 years ago

303248153 commented 6 years ago

See the first comment as example

303248153 commented 6 years ago

Commit: f10679df05deb096854911af951d2df0da1e32b5

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: 0m4.096s, 0m3.804s, 0m3.997s, 0m3.866s, 0m3.862s (avg: 3.925) With Profiler: 0m4.386s, 0m3.865s, 0m3.806s, 0m3.962s, 0m4.002s (avg: 4.004) Overhead: 1%

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.476s, 0m1.347s, 0m1.412s, 0m1.389s, 0m1.355s (avg: 1.395) With Profiler: 0m1.366s, 0m1.432s, 0m1.674s, 0m1.418s, 0m1.381s (avg: 1.454) Overhead: 4%

303248153 commented 6 years ago

Commit: f10679df05deb096854911af951d2df0da1e32b5

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: 0m59.272s, 0m57.752s, 0m57.448s, 0m59.801s, 0m57.661s (avg: 58.386) With Profiler: 0m55.482s, 0m58.563s, 0m57.165s, 0m59.502s, 0m58.906s (avg: 57.923) Overhead: 0%

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.878s, 0m16.002s, 0m15.620s, 0m15.488s, 0m15.642s (avg: 15.726) With Profiler: 0m16.746s, 0m16.144s, 0m16.127s, 0m16.113s, 0m16.187s (avg: 16.263) Overhead: 3%

303248153 commented 6 years ago

Commit: f10679df05deb096854911af951d2df0da1e32b5

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: 0m14.525s, 0m15.478s, 0m15.138s, 0m14.743s, 0m16.184s (avg: 15.213) With Profiler: 0m15.619s, 0m14.460s, 0m16.110s, 0m14.851s, 0m16.037s (avg: 15.415) Overhead: 1%

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: 0m14.409s, 0m14.498s, 0m15.627s, 0m14.205s, 0m14.077s (avg: 14.563) With Profiler: 0m14.718s, 0m14.640s, 0m15.100s, 0m14.281s, 0m14.348s (avg: 14.617) Overhead: 0%

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: 0m20.790s 0m20.872s 0m21.115s 0m20.835s 0m21.890s (avg: 21.100) Overhead: 7%