I tried to find a way to measure the time code without using the restrictions below.
In my requirement, this is for an embedded system that has very strict matches.
All I could find was to use C headers, unapproved headers according to Google C ++ coding standards, or boost that were excluded from project conformance.
I looked at the proposed posts that looked similar, but could not find the answer to what I was looking for. Please, help!
Restrictions should not use the following,
This style check has a list down chrono as unapproved.
https://github.com/google/styleguide/blob/gh-pages/cpplint/cpplint.py
source
share