git/Documentation/technical
Jeff Hostetler 81071626ba trace2: add global counter mechanism
Add global counters mechanism to Trace2.

The Trace2 counters mechanism adds the ability to create a set of
global counter variables and an API to increment them efficiently.
Counters can optionally report per-thread usage in addition to the sum
across all threads.

Counter events are emitted to the Trace2 logs when a thread exits and
at process exit.

Counters are an alternative to `data` and `data_json` events.

Counters are useful when you want to measure something across the life
of the process, when you don't want per-measurement events for
performance reasons, when the data does not fit conveniently within a
region, or when your control flow does not easily let you write the
final total.  For example, you might use this to report the number of
calls to unzip() or the number of de-delta steps during a checkout.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2022-10-24 12:45:26 -07:00
..
.gitignore
api-error-handling.txt api docs: link to html version of api-trace2 2022-09-16 08:39:11 -07:00
api-index-skel.txt
api-index.sh
api-merge.txt
api-parse-options.txt Documentation: clean up various typos in technical docs 2022-09-21 10:28:36 -07:00
api-simple-ipc.txt docs: move protocol-related docs to man section 5 2022-08-04 14:12:23 -07:00
api-trace2.txt trace2: add global counter mechanism 2022-10-24 12:45:26 -07:00
bitmap-format.txt Documentation/technical: describe bitmap lookup table extension 2022-08-26 10:13:33 -07:00
bundle-uri.txt bundle-uri: fix technical doc issues 2022-10-07 11:00:21 -07:00
commit-graph.txt Documentation: clean up various typos in technical docs 2022-09-21 10:28:36 -07:00
directory-rename-detection.txt
hash-function-transition.txt docs: move pack format docs to man section 5 2022-08-04 14:12:24 -07:00
long-running-process-protocol.txt docs: move protocol-related docs to man section 5 2022-08-04 14:12:23 -07:00
multi-pack-index.txt
pack-heuristics.txt
packfile-uri.txt docs: move protocol-related docs to man section 5 2022-08-04 14:12:23 -07:00
parallel-checkout.txt
partial-clone.txt docs: move protocol-related docs to man section 5 2022-08-04 14:12:23 -07:00
racy-git.txt
reftable.txt
remembering-renames.txt Documentation: clean up various typos in technical docs 2022-09-21 10:28:36 -07:00
repository-version.txt
rerere.txt
scalar.txt Documentation/technical: include Scalar technical doc 2022-09-02 10:02:56 -07:00
send-pack-pipeline.txt
shallow.txt
sparse-index.txt
trivial-merge.txt