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

Logging should be in memory until a test completes #37

Open
end2endzone opened this issue Oct 7, 2018 · 0 comments
Open

Logging should be in memory until a test completes #37

end2endzone opened this issue Oct 7, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@end2endzone
Copy link
Owner

The logging mecanism is way too slow. The current implementation opens and closes the file each time an arduino function is called which is not effective with arduino functions that are time based (calls millis() multiple times).

A possible implementation would be to log every calls to memory and flush the memory to file when eixting the program or when changing the log filename. This would greatly speed up the process.

@end2endzone end2endzone added the enhancement New feature or request label Oct 7, 2018
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