1
0
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:
Roman Nozdrin
2021-04-13 16:27:24 +00:00
parent f4b02a7aca
commit 757f8d00a5
5 changed files with 151 additions and 131 deletions

View File

@ -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;