1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Select microarchitecture basing on cpuid.

This commit is contained in:
Bartosz Taudul
2020-05-07 00:53:31 +02:00
parent eab3adfa1d
commit 15454d2253
4 changed files with 96 additions and 2 deletions
+2
View File
@@ -129,6 +129,8 @@ public:
SourceView( ImFont* font );
~SourceView();
void SetCpuId( uint32_t cpuid );
void OpenSource( const char* fileName, int line, const View& view );
void OpenSymbol( const char* fileName, int line, uint64_t baseAddr, uint64_t symAddr, const Worker& worker, const View& view );
void Render( const Worker& worker, const View& view );