Add a comment about how to add a target for a test case.
authorJim Ingham <jingham@apple.com>
Mon, 18 Mar 2013 23:08:30 +0000 (23:08 +0000)
committerJim Ingham <jingham@apple.com>
Mon, 18 Mar 2013 23:08:30 +0000 (23:08 +0000)
llvm-svn: 177343

lldb/tools/lldb-perf/README

index edcd1a0..15d43b8 100644 (file)
@@ -9,6 +9,8 @@ Its main concepts are:
 - Measurements: a measurement is the thing that stores an action, a gauge and a metric. essentially, you define measurements as in “take the time to run this function”, “take the memory to run this block of code”, and then after you invoke it, your stats will be automagically there
 - Tests: a test is a sequence of steps and measurements
 
+Tests cases should be added as targets to the lldbperf.xcodeproj project.  It is probably easiest to duplicate one of the existing targets.
+
 In order to write a test based on lldb-perf, you need to subclass lldb::perf::TestCase, as in:
 
 using namespace lldb::perf;