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 + CpuSampleFrequencyAnalyzer #4

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 11, 2017

Commit: e4b26f2

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

303248153 commented Dec 11, 2017

Commit: e4b26f2

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

303248153 commented Dec 11, 2017

Commit: e4b26f2

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

303248153 commented Dec 13, 2017

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: 0m21.371s 0m21.080s 0m20.928s 0m21.283s 0m21.408s (avg: 21.214)
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