4#ifndef _Stroika_Framework_SystemPerformance_Measurement_h_
5#define _Stroika_Framework_SystemPerformance_Measurement_h_ 1
7#include "Stroika/Frameworks/StroikaPreComp.h"
10#include "Stroika/Foundation/Containers/Collection.h"
23namespace Stroika::Frameworks::SystemPerformance {
58#include "Measurement.inl"
String is like std::u32string, except it is much easier to use, often much more space efficient,...
A Collection<T> is a container to manage an un-ordered collection of items, without equality defined ...
An Atom is like a String, except that its much cheaper to copy/store/compare, and the semantics of co...
Simple variant-value (case variant union) object, with (variant) basic types analogous to a value in ...