Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ report
Function
report
src/common/classes/misc/string_test.cpp:655–660 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
653
#endif
654
655
void report()
656
{
657
clock_t d = clock();
658
printf(
"Test of %d iterations with %s took %d milliseconds.\n"
,
659
TEST_ITEMS, NAME, (int) (d - t) * 1000 / CLOCKS_PER_SEC);
660
}
661
662
int main(int ac, char **av)
663
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected