mirror of
https://github.com/php/pftt2.git
synced 2026-03-26 02:02:13 +01:00
14 lines
279 B
Groovy
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()
|
|
}
|