profiler now fixed in wrapper also
This commit is contained in:
parent
1741281fd8
commit
a4413e55f3
6 changed files with 41 additions and 15 deletions
|
|
@ -83,6 +83,7 @@ namespace GC
|
|||
static void dispose();
|
||||
static void *alloc(size_t size);
|
||||
void set_profiler(bool mode);
|
||||
void set_profiler_log_options(RecordOption flags);
|
||||
|
||||
// Stop the compiler from generating copy-methods
|
||||
Heap(Heap const&) = delete;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue