How to print execution timing in seconds or minute in console for gtest framework? In console:
Gcctests.functionality test(456ms)
How to convert 456 ms into seconds?
How to print execution timing in seconds or minute in console for gtest framework? In console:
Gcctests.functionality test(456ms)
How to convert 456 ms into seconds?