From 45a4dc154a946784456bf4b266c5fd3a195ea4dc Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 3 May 2022 22:01:50 +0200 Subject: [PATCH] Update microarchitectures list. --- server/TracySourceView.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp index fd749c34..d7423ae7 100644 --- a/server/TracySourceView.cpp +++ b/server/TracySourceView.cpp @@ -55,6 +55,11 @@ static constexpr MicroArchUx s_uArchUx[] = { { "Nehalem", "Core i5-750", "NHM" }, { "Wolfdale", "Core 2 Duo E8400", "WOL" }, { "Conroe", "Core 2 Duo E6750", "CON" }, + { "Bonnell", "Atom D525", "BNL" }, + { "Airmont", "Celeron N3000", "AMT" }, + { "Goldmont", "Celeron J3455", "GLM" }, + { "Goldmont Plus", "Celeron J4125", "GLP" }, + { "Tremont", "Pentium Silver N6005", "TRM" }, }; static constexpr const char* s_regNameX86[] = {