Commit 3deea5a
File tree
9 files changed
+239
-12
lines changedFilter options
- src/Symfony
- Bundle
- FrameworkBundle/Resources/config
- WebProfilerBundle
- EventListener
- Resources
- config
- views/Profiler
- Tests
- DependencyInjection
- EventListener
- Component/HttpKernel
- EventListener
- Profiler
- Tests/Profiler
9 files changed
+239
-12
lines changedsrc/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.xml+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
| 29 | + |
| 30 | + |
28 | 31 |
|
29 | 32 |
|
src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php+32-5Lines changed: 32 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
| 20 | + |
19 | 21 |
|
20 | 22 |
|
| 23 | + |
21 | 24 |
|
22 | 25 |
|
23 | 26 |
|
| ||
44 | 47 |
|
45 | 48 |
|
46 | 49 |
|
| 50 | + |
47 | 51 |
|
48 |
| - |
| 52 | + |
49 | 53 |
|
50 | 54 |
|
51 | 55 |
|
52 | 56 |
|
53 | 57 |
|
54 | 58 |
|
55 | 59 |
|
| 60 | + |
56 | 61 |
|
57 | 62 |
|
58 | 63 |
|
| ||
65 | 70 |
|
66 | 71 |
|
67 | 72 |
|
68 |
| - |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
69 | 93 |
|
70 | 94 |
|
71 | 95 |
|
72 |
| - |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
73 | 100 |
|
74 | 101 |
|
75 | 102 |
|
| ||
87 | 114 |
|
88 | 115 |
|
89 | 116 |
|
90 |
| - |
| 117 | + |
91 | 118 |
|
92 | 119 |
|
93 | 120 |
|
| ||
99 | 126 |
|
100 | 127 |
|
101 | 128 |
|
102 |
| - |
| 129 | + |
103 | 130 |
|
104 | 131 |
|
105 | 132 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Resources/config/toolbar.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/config/toolbar.xml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
267 | 267 |
|
268 | 268 |
|
269 | 269 |
|
270 |
| - |
| 270 | + |
271 | 271 |
|
272 | 272 |
|
273 | 273 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/WebProfilerExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/WebProfilerExtensionTest.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
| ||
73 | 74 |
|
74 | 75 |
|
75 | 76 |
|
| 77 | + |
76 | 78 |
|
77 | 79 |
|
78 | 80 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Tests/EventListener/WebDebugToolbarListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Tests/EventListener/WebDebugToolbarListenerTest.php+99-3Lines changed: 99 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
| 20 | + |
| 21 | + |
19 | 22 |
|
20 | 23 |
|
| 24 | + |
| 25 | + |
21 | 26 |
|
22 | 27 |
|
23 | 28 |
|
| ||
243 | 248 |
|
244 | 249 |
|
245 | 250 |
|
246 |
| - |
| 251 | + |
247 | 252 |
|
248 | 253 |
|
249 | 254 |
|
| ||
264 | 269 |
|
265 | 270 |
|
266 | 271 |
|
267 |
| - |
| 272 | + |
268 | 273 |
|
269 | 274 |
|
270 | 275 |
|
| ||
285 | 290 |
|
286 | 291 |
|
287 | 292 |
|
288 |
| - |
| 293 | + |
289 | 294 |
|
290 | 295 |
|
291 | 296 |
|
| ||
297 | 302 |
|
298 | 303 |
|
299 | 304 |
|
| 305 | + |
| 306 | + |
| 307 | + |
| 308 | + |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
| 356 | + |
| 357 | + |
| 358 | + |
| 359 | + |
| 360 | + |
| 361 | + |
| 362 | + |
| 363 | + |
| 364 | + |
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
| 372 | + |
| 373 | + |
| 374 | + |
| 375 | + |
| 376 | + |
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
| 384 | + |
| 385 | + |
| 386 | + |
| 387 | + |
| 388 | + |
| 389 | + |
| 390 | + |
| 391 | + |
| 392 | + |
| 393 | + |
| 394 | + |
| 395 | + |
300 | 396 |
|
301 | 397 |
|
302 | 398 |
|
|
src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php+14-3Lines changed: 14 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
19 |
| - |
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
| 41 | + |
40 | 42 |
|
41 | 43 |
|
42 | 44 |
|
43 | 45 |
|
44 | 46 |
|
45 |
| - |
| 47 | + |
46 | 48 |
|
47 | 49 |
|
48 | 50 |
|
| ||
51 | 53 |
|
52 | 54 |
|
53 | 55 |
|
| 56 | + |
54 | 57 |
|
55 | 58 |
|
56 | 59 |
|
| ||
94 | 97 |
|
95 | 98 |
|
96 | 99 |
|
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
97 | 104 |
|
98 | 105 |
|
99 |
| - |
| 106 | + |
100 | 107 |
|
101 | 108 |
|
102 | 109 |
|
| ||
114 | 121 |
|
115 | 122 |
|
116 | 123 |
|
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
117 | 128 |
|
118 | 129 |
|
119 | 130 |
|
|
src/Symfony/Component/HttpKernel/Profiler/ProfileStack.php
Copy file name to clipboard+50Lines changed: 50 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 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 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
0 commit comments