mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
65 lines
2.4 KiB
Plaintext
65 lines
2.4 KiB
Plaintext
PerformanceTestTokenType.COMMAND ('%%project')
|
|
WHITE_SPACE (' ')
|
|
PerformanceTestTokenType.IDENTIFIER ('mpdf')
|
|
PerformanceTestTokenType.OPTIONS_SEPARATOR (' ')
|
|
PerformanceTestTokenType.FILE_PATH ('mpdf.zip')
|
|
WHITE_SPACE ('\n\n')
|
|
PerformanceTestTokenType.COMMAND ('%openFile')
|
|
WHITE_SPACE (' ')
|
|
PerformanceTestTokenType.FILE_PATH ('mpdf.php')
|
|
WHITE_SPACE ('\n\n')
|
|
PerformanceTestTokenType.COMMAND ('%startProfile')
|
|
WHITE_SPACE (' ')
|
|
PerformanceTestTokenType.IDENTIFIER ('mpdf_typing')
|
|
PerformanceTestTokenType.OPTIONS_SEPARATOR (' ')
|
|
PerformanceTestTokenType.IDENTIFIER ('event')
|
|
PerformanceTestTokenType.ASSIGNMENT_OPERATOR ('=')
|
|
PerformanceTestTokenType.IDENTIFIER ('alloc')
|
|
WHITE_SPACE ('\n\n')
|
|
PerformanceTestTokenType.COMMAND ('%goto')
|
|
WHITE_SPACE (' ')
|
|
PerformanceTestTokenType.NUMBER ('1111')
|
|
PerformanceTestTokenType.OPTIONS_SEPARATOR (' ')
|
|
PerformanceTestTokenType.NUMBER ('1')
|
|
WHITE_SPACE ('\n\n')
|
|
PerformanceTestTokenType.COMMAND ('%delayType')
|
|
WHITE_SPACE (' ')
|
|
PerformanceTestTokenType.NUMBER ('150')
|
|
PerformanceTestTokenType.PIPE ('|')
|
|
PerformanceTestTokenType.TEXT ('Sample text for typing scenario')
|
|
WHITE_SPACE ('\n\n')
|
|
PerformanceTestTokenType.COMMAND ('%pressKey')
|
|
WHITE_SPACE (' ')
|
|
PerformanceTestTokenType.IDENTIFIER ('ENTER')
|
|
WHITE_SPACE ('\n\n')
|
|
PerformanceTestTokenType.COMMAND ('%delayType')
|
|
WHITE_SPACE (' ')
|
|
PerformanceTestTokenType.NUMBER ('150')
|
|
PerformanceTestTokenType.PIPE ('|')
|
|
PerformanceTestTokenType.TEXT ('Sample text for typing scenario')
|
|
WHITE_SPACE ('\n\n')
|
|
PerformanceTestTokenType.COMMAND ('%pressKey')
|
|
WHITE_SPACE (' ')
|
|
PerformanceTestTokenType.IDENTIFIER ('ENTER')
|
|
WHITE_SPACE ('\n\n')
|
|
PerformanceTestTokenType.COMMAND ('%delayType')
|
|
WHITE_SPACE (' ')
|
|
PerformanceTestTokenType.NUMBER ('150')
|
|
PerformanceTestTokenType.PIPE ('|')
|
|
PerformanceTestTokenType.TEXT ('Sample text for typing scenario')
|
|
WHITE_SPACE ('\n\n')
|
|
PerformanceTestTokenType.COMMAND ('%doLocalInspection')
|
|
WHITE_SPACE ('\n\n')
|
|
PerformanceTestTokenType.COMMAND ('%stopProfile')
|
|
WHITE_SPACE (' ')
|
|
PerformanceTestTokenType.IDENTIFIER ('collapsed')
|
|
PerformanceTestTokenType.OPTIONS_SEPARATOR (',')
|
|
PerformanceTestTokenType.IDENTIFIER ('flamegraph')
|
|
PerformanceTestTokenType.OPTIONS_SEPARATOR (',')
|
|
PerformanceTestTokenType.IDENTIFIER ('jfr')
|
|
PerformanceTestTokenType.OPTIONS_SEPARATOR (',')
|
|
PerformanceTestTokenType.IDENTIFIER ('traces')
|
|
PerformanceTestTokenType.ASSIGNMENT_OPERATOR ('=')
|
|
PerformanceTestTokenType.NUMBER ('5000')
|
|
WHITE_SPACE ('\n\n')
|
|
PerformanceTestTokenType.COMMAND ('%exitApp') |