-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdisplay.hxml
34 lines (29 loc) · 828 Bytes
/
display.hxml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
-cp src
-cp srcDemo
-cp tests
-lib utest
-lib safety
# --macro instrument.Instrumentation.init(["demo"], ["haxe"])
-D profiler-console-detail-reporter
-D profiler-console-missing-reporter
-D profiler-console-summary-reporter
-D profiler-console-hierarchy-reporter
-D profiler-csv-reporter
-D profiler-d3-reporter
-D profiler_cpuprofile_reporter
-D coverage-console-reporter
-D coverage-console-file-summary-reporter
-D coverage-console-package-summary-reporter
-D coverage-console-summary-reporter
-D coverage-console-missing-reporter
-D coverage-lcov-reporter
-D coverage-codecov-reporter
-D coverage-emma-reporter
-D coverage-jacocoxml-reporter
-D debug-instrumentation
-D debug-log-expression
--run demo.MyTestApp
demo.MyTestApp
instrument.profiler.Profiler
instrument.coverage.CoverageContext
instrument.Instrumentation