Files
pftt2/conf/task/code_profile.groovy
Matt Ficken 49a25d28ec conf changes
Former-commit-id: 17bc5740700d8e3f943a766d866a058c14be6946
2013-09-12 15:15:20 -07:00

14 lines
279 B
Groovy

def describe() {
"""Profile code to get run-times and find slow code points using Xdebug (Dynamic Run-Time Analysis)
Stores *.cachegrind file in result-pack for each test-pack and scenario set.
ANSWERS How fast/slow?
"""
}
def scenarios() {
new XDebugProfilingScenario()
}