Code cleanup
This commit is contained in:
parent
7bb64c0489
commit
cdc802476d
6 changed files with 503 additions and 459 deletions
|
|
@ -6,8 +6,6 @@
|
|||
#include "event.hpp"
|
||||
#include "heap.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace GC {
|
||||
|
||||
class Profiler {
|
||||
|
|
@ -23,7 +21,7 @@ namespace GC {
|
|||
}
|
||||
|
||||
inline static Profiler *m_instance = nullptr;
|
||||
vector<GCEvent *> m_events;
|
||||
std::vector<GCEvent *> m_events;
|
||||
|
||||
public:
|
||||
static void record(GCEventType type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue