Namespace VeloxDB.Common
Classes
APITrace
Provides methods to trace execution of the user APIs.
ParallelCounter
Helper class that can be used to keep track of the number of occurances of an event in a highly parallel manner. It avoids accessing same CPU cache lines by different CPU cores, for increased parallelism. Use this class for high performane benchamring.
TraceLevel
Specifies the severity level of a trace message.