Home | History | Annotate | only in /external/clang/test/Profile
Up to higher level directory
NameDateSize
c-avoid-direct-call.c05-Oct-2017365
c-captured.c05-Oct-20172.3K
c-counter-overflows.c05-Oct-20171.9K
c-general.c05-Oct-201719.5K
c-generate.c05-Oct-2017947
c-indirect-call.c05-Oct-2017681
c-linkage-available_externally.c05-Oct-2017684
c-linkage.c05-Oct-2017889
c-outdated-data.c05-Oct-2017825
c-unprofiled-blocks.c05-Oct-20171.9K
c-unprofiled.c05-Oct-20171,005
c-unreachable-after-switch.c05-Oct-2017540
cxx-class.cpp05-Oct-20172.9K
cxx-implicit.cpp05-Oct-20171.5K
cxx-indirect-call.cpp05-Oct-2017723
cxx-lambda.cpp05-Oct-20172.3K
cxx-linkage.cpp05-Oct-2017863
cxx-rangefor.cpp05-Oct-20171.6K
cxx-structors.cpp05-Oct-2017687
cxx-templates.cpp05-Oct-20171.9K
cxx-throws.cpp05-Oct-20173.5K
cxx-virtual-destructor-calls.cpp05-Oct-20171.1K
def-assignop.cpp05-Oct-20171.2K
def-ctors.cpp05-Oct-20171.3K
def-dtors.cpp05-Oct-20171K
func-entry.c05-Oct-2017574
gcc-flag-compatibility.c05-Oct-20172.2K
Inputs/05-Oct-2017
objc-general.m05-Oct-20172.5K
profile-does-not-exist.c05-Oct-2017217
profile-summary.c05-Oct-2017571
README05-Oct-2017859

README

      1 These are tests for instrumentation based profiling.  This specifically means
      2 the -fprofile-instr-generate and -fprofile-instr-use driver flags.
      3 
      4 Tests in this directory should usually test both:
      5 
      6   - the generation of instrumentation (-fprofile-instr-generate), and
      7   - the use of profile data from instrumented runs (-fprofile-instr-use).
      8 
      9 In order to test -fprofile-instr-use without actually running an instrumented
     10 program, .profdata files are checked into Inputs/.
     11 
     12 The input source files must include a main function such that building with
     13 -fprofile-instr-generate and running the resulting program generates the same
     14 .profdata file that is consumed by the tests for -fprofile-instr-use.  Even
     15 tests that only check -fprofile-instr-use should include such a main function,
     16 so that profile data can be regenerated as the .profdata file format evolves.
     17