Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ ConvertToMs
Function
ConvertToMs
lib/mdflib/mdflib_test/src/testread.cpp:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
double ConvertToMs(uint64_t diff) {
62
auto temp = static_cast<double>(diff);
63
temp /= 1
'000'
000;
64
return temp;
65
}
66
67
double ConvertToSec(uint64_t diff) {
68
auto temp = static_cast<double>(diff);
Callers
1
TEST_F
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected