hanchenye-llvm-project/clang/utils/perf-training
Chris Bieneman 7f5884a489 [Order Files] On Darwin use DTrace's oneshot probe
The oneshot probe only gets executed the first time the probe is hit in the process. For order file generation this is really all we care about.

llvm-svn: 279673
2016-08-24 22:09:46 +00:00
..
cxx [Perf-training] Adding support for tests to skip the clang driver 2016-03-21 22:37:14 +00:00
CMakeLists.txt [OrderFiles] Don't allow lit to run dtrace multithreaded 2016-04-13 17:12:56 +00:00
README.txt
lit.cfg [Perf-training] Adding support for tests to skip the clang driver 2016-03-21 22:37:14 +00:00
lit.site.cfg.in Replace hardcoded comment at 'lit.site.cfg.in' 2016-04-16 06:54:46 +00:00
order-files.lit.cfg [Order Files] On Darwin use DTrace's oneshot probe 2016-08-24 22:09:46 +00:00
order-files.lit.site.cfg.in Replace hardcoded comment at 'lit.site.cfg.in' 2016-04-16 06:54:46 +00:00
perf-helper.py Revert "[Order Files] Remove dtrace predicate" 2016-08-02 18:23:56 +00:00

README.txt

==========================
 Performance Training Data
==========================

This directory contains simple source files for use as training data for
generating PGO data and linker order files for clang.