MCPcopy Create free account
hub / github.com/PlatformLab/NanoLog / Quadnums

Class Quadnums

runtime/Perf.cc:606–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604 uint64_t start = Cycles::rdtsc();
605 for (int i = 0; i < count; ++i) {
606 struct Quadnums {
607 uint64_t num1;
608 uint64_t num2;
609 uint64_t num3;
610 uint64_t num4;
611 };
612
613 struct Quadnums *nums = reinterpret_cast<struct Quadnums*>(buffer);
614 nums->num1 = 1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected