ulid
Functions
ulid_bench.cc File Reference
#include <benchmark/benchmark_api.h>
#include "ulid_struct.hh"
Include dependency graph for ulid_bench.cc:

Functions

 BENCHMARK (EncodeTime)
 
 BENCHMARK (EncodeTimeNow)
 
 BENCHMARK (EncodeTimeSystemClockNow)
 
 BENCHMARK (EncodeEntropy)
 
 BENCHMARK (EncodeEntropyRand)
 
 BENCHMARK (EncodeEntropyMt19937)
 
 BENCHMARK (Encode)
 
 BENCHMARK (EncodeNowRand)
 
 BENCHMARK (Create)
 
 BENCHMARK (CreateNowRand)
 
 BENCHMARK (MarshalTo)
 
 BENCHMARK (Marshal)
 
 BENCHMARK (MarshalBinaryTo)
 
 BENCHMARK (MarshalBinary)
 
 BENCHMARK (UnmarshalFrom)
 
 BENCHMARK (Unmarshal)
 
 BENCHMARK (UnmarshalBinaryFrom)
 
 BENCHMARK (UnmarshalBinary)
 
 BENCHMARK (Time)
 
 BENCHMARK (CompareULIDs)
 
 BENCHMARK_MAIN ()
 

Function Documentation

BENCHMARK ( EncodeTime  )
BENCHMARK ( EncodeTimeNow  )
BENCHMARK ( EncodeTimeSystemClockNow  )
BENCHMARK ( EncodeEntropy  )
BENCHMARK ( EncodeEntropyRand  )
BENCHMARK ( EncodeEntropyMt19937  )
BENCHMARK ( Encode  )
BENCHMARK ( EncodeNowRand  )
BENCHMARK ( Create  )
BENCHMARK ( CreateNowRand  )
BENCHMARK ( MarshalTo  )
BENCHMARK ( Marshal  )
BENCHMARK ( MarshalBinaryTo  )
BENCHMARK ( MarshalBinary  )
BENCHMARK ( UnmarshalFrom  )
BENCHMARK ( Unmarshal  )
BENCHMARK ( UnmarshalBinaryFrom  )
BENCHMARK ( UnmarshalBinary  )
BENCHMARK ( Time  )
BENCHMARK ( CompareULIDs  )
BENCHMARK_MAIN ( )