]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jh/trace2-timers-and-counters'
authorTaylor Blau <me@ttaylorr.com>
Mon, 31 Oct 2022 01:04:42 +0000 (21:04 -0400)
committerTaylor Blau <me@ttaylorr.com>
Mon, 31 Oct 2022 01:04:42 +0000 (21:04 -0400)
commite5be3c632af4ea1ec6d9406d30f7f8cf54f5e9e7
tree0aa932adf25a843b4d072d052f12e61f2b00d32f
parentc112d8d9c2687cb6443b628e38aa446e335fb21a
parent81071626ba1ec54ad72de1e0a9a49c78eb87a2c8
Merge branch 'jh/trace2-timers-and-counters'

Two new facilities, "timer" and "counter", are introduced to the
trace2 API.

* jh/trace2-timers-and-counters:
  trace2: add global counter mechanism
  trace2: add stopwatch timers
  trace2: convert ctx.thread_name from strbuf to pointer
  trace2: improve thread-name documentation in the thread-context
  trace2: rename the thread_name argument to trace2_thread_start
  api-trace2.txt: elminate section describing the public trace2 API
  tr2tls: clarify TLS terminology
  trace2: use size_t alloc,nr_open_regions in tr2tls_thread_ctx
Makefile