Alexander Kuzmenkov
|
af8d62bbcb
|
Add TLB misses perf counters.
|
2020-06-29 15:48:18 +03:00 |
|
Alexey Milovidov
|
df19db1509
|
Added a test for history in clickhouse-client
|
2020-06-07 20:29:34 +03:00 |
|
Alexander Kuzmenkov
|
6e3bbf83e3
|
thread-local perf events
|
2020-05-29 16:04:32 +03:00 |
|
Alexander Kuzmenkov
|
db84f0e892
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2020-05-27 16:30:13 +03:00 |
|
Alexey Milovidov
|
7e1813825b
|
Return old names of macros
|
2020-05-24 01:24:01 +03:00 |
|
Alexey Milovidov
|
ee4ffbc332
|
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, "\3{}", \4);/'
|
2020-05-23 19:47:56 +03:00 |
|
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 |
|