You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
A plugable PoorManProfiler singleton
This commit is contained in:
@ -54,6 +54,11 @@
|
||||
#include "bppsendthread.h"
|
||||
#include "columnwidth.h"
|
||||
|
||||
//#define PRIMPROC_STOPWATCH
|
||||
#ifdef PRIMPROC_STOPWATCH
|
||||
#include "stopwatch.h"
|
||||
#endif
|
||||
|
||||
namespace primitiveprocessor
|
||||
{
|
||||
typedef std::tr1::unordered_map<int64_t, BRM::VSSData> VSSCache;
|
||||
|
Reference in New Issue
Block a user