MCPcopy Create free account
hub / github.com/OSGeo/PROJ / CPLTimeVal

Class CPLTimeVal

src/tracing.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56#if defined(_WIN32) && !defined(__CYGWIN__)
57struct CPLTimeVal {
58 time_t tv_sec; /* seconds */
59 long tv_usec; /* and microseconds */
60};
61
62// ---------------------------------------------------------------------------
63

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected