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

Possible race condition in log files. #37

Open
xorgy opened this issue Dec 7, 2018 · 1 comment
Open

Possible race condition in log files. #37

xorgy opened this issue Dec 7, 2018 · 1 comment

Comments

@xorgy
Copy link

xorgy commented Dec 7, 2018

My application is rendering frames in about 100-200μs each, at times, and sometimes when the frametimes are around there, voglperf's log files will have an extra "0." before a frametime line. It looks like:

...
0.13
0.17
0.0.17
0.20
...

And I'm not sure exactly how that comes about.

@xorgy
Copy link
Author

xorgy commented Dec 7, 2018

I think maybe I should just increase the buffer size, I think I'm recording too many frames per second and overflowing the static buffer (which seems to be per-second).

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

No branches or pull requests

1 participant