mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-27 00:31:02 +08:00
Linux build
This commit is contained in:
parent
9cf3ca02b7
commit
98f3da5122
@ -1,7 +1,7 @@
|
||||
#include "profile_manager.h"
|
||||
|
||||
#include <thread>
|
||||
|
||||
#include <string.h>
|
||||
using namespace profiler;
|
||||
|
||||
extern "C"{
|
||||
@ -110,3 +110,4 @@ void ProfileManager::_internalInsertBlock(profiler::Block* _block)
|
||||
guard_lock_t lock(m_storedSpin);
|
||||
m_blocks.emplace_back(new SerilizedBlock(_block));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user