MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / now

Function now

src/libfuzzer_client.cpp:262–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262double now()
263{
264 using namespace std::chrono;
265 auto now = high_resolution_clock::now();
266 return duration_cast<duration<double>>(now.time_since_epoch()).count();
267}
268
269extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
270 chaiscript::ChaiScript chai;

Callers

nothing calls this directly

Calls 1

countMethod · 0.45

Tested by

no test coverage detected