The Wayback Machine - https://web.archive.org/web/20201024141034/https://github.com/dotnet/BenchmarkDotNet/issues/846
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

Add RAM to summary #846

Open
benaadams opened this issue Aug 1, 2018 · 4 comments
Open

Add RAM to summary #846

benaadams opened this issue Aug 1, 2018 · 4 comments

Comments

@benaadams
Copy link
Member

@benaadams benaadams commented Aug 1, 2018

Should include RAM as well as CPU so GC reasons between two different computers are easier to spot

BenchmarkDotNet=v0.11.0, OS=Windows 10.0.16299.547 (1709/FallCreatorsUpdate/Redstone3)
Intel Core i7-7700 CPU 3.60GHz (Kaby Lake), 1 CPU, 8 logical and 4 physical cores
Frequency=3515624 Hz, Resolution=284.4445 ns, Timer=TSC
.NET Core SDK=2.1.302
  [Host] : .NET Core 2.1.2 (CoreCLR 4.6.26628.05, CoreFX 4.6.26629.01), 64bit RyuJIT
  Core   : .NET Core 2.1.2 (CoreCLR 4.6.26628.05, CoreFX 4.6.26629.01), 64bit RyuJIT

Job=Core  Runtime=Core  
@ChiragRupani
Copy link

@ChiragRupani ChiragRupani commented Aug 7, 2018

I would like to contribute. Want to confirm - what would be required in memory info - e.g. Capacity, speed and type? Also, It would be retrieved in similar fashion as CPU info for different platforms.

@benaadams
Copy link
Member Author

@benaadams benaadams commented Aug 7, 2018

For what I was after Total and Free? As the GC behaviour will vary based on the RAM available.

@ChiragRupani
Copy link

@ChiragRupani ChiragRupani commented Aug 8, 2018

I have implemented changes for different platforms, but unable to verify for Mac OS. Please have a look in referenced PR.

@Kavignon
Copy link

@Kavignon Kavignon commented Aug 22, 2019

What’s the status for this?

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

Successfully merging a pull request may close this issue.

None yet
5 participants
You can’t perform that action at this time.