Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark result for LinuxCpuSampleCollector + CpuSampleHotPathAnalyzer #5

Open
303248153 opened this issue Dec 7, 2017 · 4 comments
Assignees

Comments

@303248153
Copy link
Member

303248153 commented Dec 7, 2017

See the first comment as example

@303248153 303248153 self-assigned this Dec 7, 2017
@303248153
Copy link
Member Author

303248153 commented Dec 13, 2017

Commit: f10679d

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
Copy link
Member Author

303248153 commented Dec 13, 2017

Commit: f10679d

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
Copy link
Member Author

303248153 commented Dec 13, 2017

Commit: f10679d

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
Copy link
Member Author

Commit: f2908d1

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%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant