short profiler logs

This commit is contained in:
Victor Olin 2023-05-08 11:00:07 +02:00
parent 830d863c70
commit 50566246fe
5 changed files with 18 additions and 90 deletions

View file

@ -9,8 +9,8 @@
#include "chunk.hpp"
#include "profiler.hpp"
#define HEAP_SIZE 16000//65536
#define FREE_THRESH (uint) 100
#define HEAP_SIZE 160000//65536
#define FREE_THRESH (uint) 5
// #define HEAP_DEBUG
namespace GC