0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 08:01:51 +08:00

Linux build

This commit is contained in:
Sergey Yagovtsev 2016-02-20 19:21:14 +03:00
parent 9cf3ca02b7
commit 98f3da5122

View File

@ -1,7 +1,7 @@
#include "profile_manager.h"
#include <thread>
#include <string.h>
using namespace profiler;
extern "C"{
@ -109,4 +109,5 @@ void ProfileManager::_internalInsertBlock(profiler::Block* _block)
{
guard_lock_t lock(m_storedSpin);
m_blocks.emplace_back(new SerilizedBlock(_block));
}
}