MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / getTime

Function getTime

src/OSspecific/POSIX/clockTime/clockTime.C:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
30
31void Foam::clockTime::getTime(timeType& t)
32{
33 gettimeofday(&t, 0);
34}
35
36
37double Foam::clockTime::timeDifference(const timeType& beg, const timeType& end)

Callers 1

clockTime.CFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected