MCPcopy Create free account
hub / github.com/chen3feng/toft / CreateCanonicalUUIDString

Function CreateCanonicalUUIDString

crypto/uuid/uuid_benchmark.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include "thirdparty/glog/logging.h"
8
9static void CreateCanonicalUUIDString(int n) {
10 for (int i = 0; i < n; i++) {
11 std::string uuid = toft::CreateCanonicalUUIDString();
12 VLOG(1) << uuid;
13 }
14}
15
16TOFT_BENCHMARK(CreateCanonicalUUIDString)->ThreadRange(1, NumCPUs());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected