xo-alloc: + gc history xo-imgui: gui examples
This commit is contained in:
parent
cbaa4c90f8
commit
f4be2e765e
20 changed files with 2015 additions and 18 deletions
|
|
@ -76,7 +76,7 @@ namespace xo {
|
|||
|
||||
tag_config::tag_color_enabled = false;
|
||||
|
||||
GcStatisticsExt stats({});
|
||||
GcStatisticsExt stats;
|
||||
|
||||
std::string s = tostr(stats);
|
||||
|
||||
|
|
@ -154,7 +154,7 @@ namespace xo {
|
|||
|
||||
std::stringstream ss;
|
||||
ppconfig ppc;
|
||||
GcStatisticsExt stats({});
|
||||
GcStatisticsExt stats;
|
||||
|
||||
std::string actual = toppstr2(ppc, stats);
|
||||
std::string expected
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue