aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/profiling/stap_timers.c
Commit message (Collapse)AuthorAge
* Added the tag enun name to the profiling marks.Gravatar David Garcia Quintas2015-05-13
| | | | | | | | | | | | For example, whereas previously we'd have GRPC_LAT_PROF 1986206380734.095703 0x7f0b4bff7700 { 200 (nil) src/core/iomgr/tcp_posix.c 337 now we have: GRPC_LAT_PROF 1986206380734.095703 0x7f0b4bff7700 { 200(GRPC_PTAG_HANDLE_READ) (nil) src/core/iomgr/tcp_posix.c 337 Note the literal enum name in parenthesis following the tag int value.
* Added important (!) profiling mark.Gravatar David Garcia Quintas2015-05-05
| | | | | | It's meant to have a special status in the analysis, whereby latencies from important marks to all their enclosing BEGIN ({) and END (}) markings will be measured.
* clang-formatGravatar Yang Gao2015-05-04
|
* Integration of Systemtap (STAP) for profiling.Gravatar David Garcia Quintas2015-04-29
This commit includes a faulty Makefile to be fixed in a follow commit.