#include namespace { struct TInit { inline TInit() { BeginProfiling(); } inline ~TInit() { EndProfiling(); } }; const TInit initer; }