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

Runtime Statistics to File #95

Open
ange-yaghi opened this issue Feb 1, 2019 · 0 comments
Open

Runtime Statistics to File #95

ange-yaghi opened this issue Feb 1, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@ange-yaghi
Copy link
Owner

Current Situation

  • All runtime statistics are written only to the console
  • This is a bit inconvenient for testing as statistics from previous runs are lost

image

Solution

  • Runtime statistics should be saved to a file

Requirements

  • This file shall be saved in workspace/render/info
  • The name of the file shall match the BMP stored in workspace/render/bitmap
  • Required stats are as follows:
    a. Sample count
    b. Scene description (for now just take this from the demo name)
    c. Run start-time, run end-time, total run-time
    d. All memory stats currently outputted to the console
  • This functionality shall be separated from the RayTracer class (unlike the current console implementation which will soon be replaced with a more robust solution)
@ange-yaghi ange-yaghi added the enhancement New feature or request label Feb 1, 2019
@ange-yaghi ange-yaghi assigned ghost Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant