Alexey Milovidov
|
8d2e80a5e2
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+"\)' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+, "[^"]+")\)/\1_FORMATTED(\2)/'
|
2020-05-23 19:42:39 +03:00 |
|
Andrey Skobtsov
|
4816abed28
|
Settings for measuring only particular metrics via perf events
|
2020-05-20 21:25:49 +03:00 |
|
Andrey Skobtsov
|
cae41826a8
|
Merge branch 'master' into perf_events_metrics
# Conflicts:
# src/Common/ThreadProfileEvents.cpp
# src/Common/ThreadProfileEvents.h
# src/Common/ThreadStatus.cpp
# src/Common/ThreadStatus.h
|
2020-05-17 00:21:22 +03:00 |
|
alexey-milovidov
|
d9400473f9
|
Update ThreadStatusExt.cpp
|
2020-05-03 01:20:14 +03:00 |
|
Alexey Milovidov
|
439777ef23
|
Allow to set memory_profiler_sample_probability per query
|
2020-05-01 22:17:56 +03:00 |
|
Alexey Milovidov
|
db3241ccc7
|
Add sampling memory profiler
|
2020-04-30 16:30:10 +03:00 |
|
Alexey Milovidov
|
293ae88e7f
|
Add sampling memory profiler
|
2020-04-30 16:25:17 +03:00 |
|
Alexey Milovidov
|
0a7edce036
|
Checkpoint
|
2020-04-22 09:01:33 +03:00 |
|
Andrey Skobtsov
|
afaa7eca51
|
Merge branch 'master' into perf_events_metrics
# Conflicts:
# dbms/src/Common/ProfileEvents.cpp
|
2020-04-13 23:59:48 +03:00 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|