[PATCH] D16176: Introduce stats and stats_client libraries.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 13 20:13:21 PST 2016


pcc created this revision.
pcc added reviewers: kcc, eugenis.
pcc added a subscriber: llvm-commits.

This is part of a new statistics gathering feature for the sanitizers.
See clang/docs/SanitizerStats.rst for further info and docs.

http://reviews.llvm.org/D16176

Files:
  lib/CMakeLists.txt
  lib/sanitizer_common/sanitizer_common.h
  lib/sanitizer_common/sanitizer_flags.cc
  lib/sanitizer_common/sanitizer_flags.h
  lib/sanitizer_common/sanitizer_internal_defs.h
  lib/sanitizer_common/sanitizer_symbolizer.h
  lib/stats/CMakeLists.txt
  lib/stats/stats.cc
  lib/stats/stats.h
  lib/stats/stats_client.cc
  test/cfi/CMakeLists.txt
  test/cfi/stats.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16176.44831.patch
Type: text/x-patch
Size: 18103 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160114/782c1c9c/attachment.bin>


More information about the llvm-commits mailing list