|
WSF
|
#include <cstdint>#include <string>#include "UtException.hpp"

Go to the source code of this file.
Classes | |
| class | profiling::Exception |
| profiling exception class More... | |
| struct | profiling::VersionInfo |
| structure defining the values used for semantic versioning of the profiling system More... | |
Namespaces | |
| namespace | profiling |
| Definition of utility struct and function used by the profiling targets. | |
Functions | |
| uint64_t | profiling::PackVersionInfo (uint16_t aEpoch, uint16_t aMajor, uint16_t aMinor, uint16_t aPatch) |
| Combines four uint16_t versioning values into one uint64_t. | |
| VersionInfo | profiling::UnpackVersionInfo (const uint64_t packedVersionInfo) |
| Unpacks the profiling library's version information. | |