Registry / utility / clockutils

clockutils

JSON →
library1.1.1vcpkgunverified

A lightweight c++ library for commonly needed tasks. Optimized for simplicity and speed.

vcpkg install clockutils
INSTALL
IMPORT
SIG · CLOCKUTILS
C
clockutils
utilitycppv1.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ClockUtils/ClockUtils.h
#include <ClockUtils/ClockUtils.h>

Get current time using ClockUtils

#include "ClockUtils/ClockUtils.h" #include <iostream> int main() { auto now = ClockUtils::getCurrentTime(); std::cout << "Current time: " << now << "\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

clockutils — pip install clockutils · libregistry