@paulirish/trace_engine 0.0.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/meta.json CHANGED
@@ -129,6 +129,10 @@
129
129
  }
130
130
  ]
131
131
  },
132
+ "front_end/models/trace/types/Configuration.ts": {
133
+ "bytes": 1066,
134
+ "imports": []
135
+ },
132
136
  "front_end/models/trace/types/File.ts": {
133
137
  "bytes": 810,
134
138
  "imports": []
@@ -138,12 +142,16 @@
138
142
  "imports": []
139
143
  },
140
144
  "front_end/models/trace/types/TraceEvents.ts": {
141
- "bytes": 43203,
145
+ "bytes": 47296,
142
146
  "imports": []
143
147
  },
144
148
  "front_end/models/trace/types/types.ts": {
145
- "bytes": 289,
149
+ "bytes": 342,
146
150
  "imports": [
151
+ {
152
+ "path": "front_end/models/trace/types/Configuration.ts",
153
+ "kind": "import-statement"
154
+ },
147
155
  {
148
156
  "path": "front_end/models/trace/types/File.ts",
149
157
  "kind": "import-statement"
@@ -159,7 +167,7 @@
159
167
  ]
160
168
  },
161
169
  "front_end/models/trace/handlers/types.ts": {
162
- "bytes": 3107,
170
+ "bytes": 3228,
163
171
  "imports": []
164
172
  },
165
173
  "front_end/models/trace/handlers/AnimationHandler.ts": {
@@ -196,482 +204,9 @@
196
204
  }
197
205
  ]
198
206
  },
199
- "front_end/core/root/Runtime.ts": {
200
- "bytes": 10427,
201
- "imports": [
202
- {
203
- "path": "front_end/core/platform/platform.ts",
204
- "kind": "import-statement"
205
- }
206
- ]
207
- },
208
- "front_end/core/root/root.ts": {
209
- "bytes": 225,
210
- "imports": [
211
- {
212
- "path": "front_end/core/root/Runtime.ts",
213
- "kind": "import-statement"
214
- }
215
- ]
216
- },
217
- "front_end/core/common/App.ts": {
218
- "bytes": 230,
219
- "imports": []
220
- },
221
- "front_end/core/common/AppProvider.ts": {
222
- "bytes": 1071,
223
- "imports": [
224
- {
225
- "path": "front_end/core/root/root.ts",
226
- "kind": "import-statement"
227
- }
228
- ]
229
- },
230
- "front_end/core/common/Base64.ts": {
231
- "bytes": 1318,
232
- "imports": []
233
- },
234
- "front_end/core/common/CharacterIdMap.ts": {
235
- "bytes": 1051,
236
- "imports": []
237
- },
238
- "front_end/core/common/ColorConverter.ts": {
239
- "bytes": 15211,
240
- "imports": []
241
- },
242
- "front_end/core/common/ColorUtils.ts": {
243
- "bytes": 8337,
244
- "imports": []
245
- },
246
- "front_end/core/common/Color.ts": {
247
- "bytes": 91669,
248
- "imports": [
249
- {
250
- "path": "front_end/core/platform/platform.ts",
251
- "kind": "import-statement"
252
- },
253
- {
254
- "path": "front_end/core/common/ColorConverter.ts",
255
- "kind": "import-statement"
256
- },
257
- {
258
- "path": "front_end/core/common/ColorUtils.ts",
259
- "kind": "import-statement"
260
- }
261
- ]
262
- },
263
- "front_end/core/common/Object.ts": {
264
- "bytes": 5855,
265
- "imports": []
266
- },
267
- "front_end/core/i18n/DevToolsLocale.ts": {
268
- "bytes": 2876,
269
- "imports": []
270
- },
271
- "front_end/third_party/intl-messageformat/package/intl-messageformat.esm.js": {
272
- "bytes": 63125,
273
- "imports": []
274
- },
275
- "front_end/third_party/intl-messageformat/intl-messageformat.ts": {
276
- "bytes": 263,
277
- "imports": [
278
- {
279
- "path": "front_end/third_party/intl-messageformat/package/intl-messageformat.esm.js",
280
- "kind": "import-statement"
281
- }
282
- ]
283
- },
284
- "front_end/third_party/i18n/localized-string-set.ts": {
285
- "bytes": 5449,
286
- "imports": [
287
- {
288
- "path": "front_end/third_party/intl-messageformat/intl-messageformat.ts",
289
- "kind": "import-statement"
290
- }
291
- ]
292
- },
293
- "front_end/third_party/i18n/i18n-impl.ts": {
294
- "bytes": 2398,
295
- "imports": [
296
- {
297
- "path": "front_end/third_party/i18n/localized-string-set.ts",
298
- "kind": "import-statement"
299
- }
300
- ]
301
- },
302
- "front_end/third_party/i18n/i18n.ts": {
303
- "bytes": 314,
304
- "imports": [
305
- {
306
- "path": "front_end/third_party/i18n/i18n-impl.ts",
307
- "kind": "import-statement"
308
- },
309
- {
310
- "path": "front_end/third_party/i18n/localized-string-set.ts",
311
- "kind": "import-statement"
312
- }
313
- ]
314
- },
315
- "front_end/core/i18n/i18nImpl.ts": {
316
- "bytes": 8421,
317
- "imports": [
318
- {
319
- "path": "front_end/third_party/i18n/i18n.ts",
320
- "kind": "import-statement"
321
- },
322
- {
323
- "path": "front_end/core/platform/platform.ts",
324
- "kind": "import-statement"
325
- },
326
- {
327
- "path": "front_end/core/root/root.ts",
328
- "kind": "import-statement"
329
- },
330
- {
331
- "path": "front_end/core/i18n/DevToolsLocale.ts",
332
- "kind": "import-statement"
333
- }
334
- ]
335
- },
336
- "front_end/core/i18n/time-utilities.ts": {
337
- "bytes": 2565,
338
- "imports": [
339
- {
340
- "path": "front_end/core/i18n/i18nImpl.ts",
341
- "kind": "import-statement"
342
- }
343
- ]
344
- },
345
- "front_end/core/i18n/i18n.ts": {
346
- "bytes": 370,
347
- "imports": [
348
- {
349
- "path": "front_end/core/i18n/DevToolsLocale.ts",
350
- "kind": "import-statement"
351
- },
352
- {
353
- "path": "front_end/core/i18n/i18nImpl.ts",
354
- "kind": "import-statement"
355
- },
356
- {
357
- "path": "front_end/core/i18n/time-utilities.ts",
358
- "kind": "import-statement"
359
- }
360
- ]
361
- },
362
- "front_end/core/common/Revealer.ts": {
363
- "bytes": 3983,
364
- "imports": [
365
- {
366
- "path": "front_end/core/i18n/i18n.ts",
367
- "kind": "import-statement"
368
- }
369
- ]
370
- },
371
- "front_end/core/common/Console.ts": {
372
- "bytes": 2251,
373
- "imports": [
374
- {
375
- "path": "front_end/core/common/Object.ts",
376
- "kind": "import-statement"
377
- },
378
- {
379
- "path": "front_end/core/common/Revealer.ts",
380
- "kind": "import-statement"
381
- }
382
- ]
383
- },
384
- "front_end/core/common/Debouncer.ts": {
385
- "bytes": 555,
386
- "imports": []
387
- },
388
- "front_end/core/common/EventTarget.ts": {
389
- "bytes": 2292,
390
- "imports": []
391
- },
392
- "front_end/core/common/JavaScriptMetaData.ts": {
393
- "bytes": 836,
394
- "imports": []
395
- },
396
- "front_end/core/common/Lazy.ts": {
397
- "bytes": 715,
398
- "imports": []
399
- },
400
- "front_end/core/common/Linkifier.ts": {
401
- "bytes": 1643,
402
- "imports": []
403
- },
404
- "front_end/core/common/Mutex.ts": {
405
- "bytes": 1597,
406
- "imports": []
407
- },
408
- "front_end/core/common/ParsedURL.ts": {
409
- "bytes": 20677,
410
- "imports": [
411
- {
412
- "path": "front_end/core/platform/platform.ts",
413
- "kind": "import-statement"
414
- }
415
- ]
416
- },
417
- "front_end/core/common/Progress.ts": {
418
- "bytes": 5055,
419
- "imports": []
420
- },
421
- "front_end/core/common/QueryParamHandler.ts": {
422
- "bytes": 246,
423
- "imports": []
424
- },
425
- "front_end/core/common/ResolverBase.ts": {
426
- "bytes": 2668,
427
- "imports": []
428
- },
429
- "front_end/core/common/ResourceType.ts": {
430
- "bytes": 18306,
431
- "imports": [
432
- {
433
- "path": "front_end/core/i18n/i18n.ts",
434
- "kind": "import-statement"
435
- },
436
- {
437
- "path": "front_end/core/common/ParsedURL.ts",
438
- "kind": "import-statement"
439
- }
440
- ]
441
- },
442
- "front_end/core/common/Runnable.ts": {
443
- "bytes": 1458,
444
- "imports": []
445
- },
446
- "front_end/core/common/SegmentedRange.ts": {
447
- "bytes": 3222,
448
- "imports": [
449
- {
450
- "path": "front_end/core/platform/platform.ts",
451
- "kind": "import-statement"
452
- }
453
- ]
454
- },
455
- "front_end/core/common/SettingRegistration.ts": {
456
- "bytes": 10278,
457
- "imports": [
458
- {
459
- "path": "front_end/core/i18n/i18n.ts",
460
- "kind": "import-statement"
461
- },
462
- {
463
- "path": "front_end/core/root/root.ts",
464
- "kind": "import-statement"
465
- }
466
- ]
467
- },
468
- "front_end/core/common/Settings.ts": {
469
- "bytes": 46359,
470
- "imports": [
471
- {
472
- "path": "front_end/core/root/root.ts",
473
- "kind": "import-statement"
474
- },
475
- {
476
- "path": "front_end/core/common/Color.ts",
477
- "kind": "import-statement"
478
- },
479
- {
480
- "path": "front_end/core/common/Console.ts",
481
- "kind": "import-statement"
482
- },
483
- {
484
- "path": "front_end/core/common/Object.ts",
485
- "kind": "import-statement"
486
- },
487
- {
488
- "path": "front_end/core/common/SettingRegistration.ts",
489
- "kind": "import-statement"
490
- }
491
- ]
492
- },
493
- "front_end/core/common/SimpleHistoryManager.ts": {
494
- "bytes": 4805,
495
- "imports": []
496
- },
497
- "front_end/core/common/StringOutputStream.ts": {
498
- "bytes": 578,
499
- "imports": []
500
- },
501
- "front_end/core/common/Trie.ts": {
502
- "bytes": 4195,
503
- "imports": []
504
- },
505
- "front_end/core/common/TextDictionary.ts": {
506
- "bytes": 2524,
507
- "imports": [
508
- {
509
- "path": "front_end/core/common/Trie.ts",
510
- "kind": "import-statement"
511
- }
512
- ]
513
- },
514
- "front_end/core/common/Throttler.ts": {
515
- "bytes": 3076,
516
- "imports": []
517
- },
518
- "front_end/core/common/WasmDisassembly.ts": {
519
- "bytes": 1874,
520
- "imports": [
521
- {
522
- "path": "front_end/core/platform/platform.ts",
523
- "kind": "import-statement"
524
- }
525
- ]
526
- },
527
- "front_end/core/common/Worker.ts": {
528
- "bytes": 2742,
529
- "imports": []
530
- },
531
- "front_end/core/common/common.ts": {
532
- "bytes": 2458,
533
- "imports": [
534
- {
535
- "path": "front_end/core/common/App.ts",
536
- "kind": "import-statement"
537
- },
538
- {
539
- "path": "front_end/core/common/AppProvider.ts",
540
- "kind": "import-statement"
541
- },
542
- {
543
- "path": "front_end/core/common/Base64.ts",
544
- "kind": "import-statement"
545
- },
546
- {
547
- "path": "front_end/core/common/CharacterIdMap.ts",
548
- "kind": "import-statement"
549
- },
550
- {
551
- "path": "front_end/core/common/Color.ts",
552
- "kind": "import-statement"
553
- },
554
- {
555
- "path": "front_end/core/common/ColorConverter.ts",
556
- "kind": "import-statement"
557
- },
558
- {
559
- "path": "front_end/core/common/ColorUtils.ts",
560
- "kind": "import-statement"
561
- },
562
- {
563
- "path": "front_end/core/common/Console.ts",
564
- "kind": "import-statement"
565
- },
566
- {
567
- "path": "front_end/core/common/Debouncer.ts",
568
- "kind": "import-statement"
569
- },
570
- {
571
- "path": "front_end/core/common/EventTarget.ts",
572
- "kind": "import-statement"
573
- },
574
- {
575
- "path": "front_end/core/common/JavaScriptMetaData.ts",
576
- "kind": "import-statement"
577
- },
578
- {
579
- "path": "front_end/core/common/Lazy.ts",
580
- "kind": "import-statement"
581
- },
582
- {
583
- "path": "front_end/core/common/Linkifier.ts",
584
- "kind": "import-statement"
585
- },
586
- {
587
- "path": "front_end/core/common/Mutex.ts",
588
- "kind": "import-statement"
589
- },
590
- {
591
- "path": "front_end/core/common/Object.ts",
592
- "kind": "import-statement"
593
- },
594
- {
595
- "path": "front_end/core/common/ParsedURL.ts",
596
- "kind": "import-statement"
597
- },
598
- {
599
- "path": "front_end/core/common/Progress.ts",
600
- "kind": "import-statement"
601
- },
602
- {
603
- "path": "front_end/core/common/QueryParamHandler.ts",
604
- "kind": "import-statement"
605
- },
606
- {
607
- "path": "front_end/core/common/ResolverBase.ts",
608
- "kind": "import-statement"
609
- },
610
- {
611
- "path": "front_end/core/common/ResourceType.ts",
612
- "kind": "import-statement"
613
- },
614
- {
615
- "path": "front_end/core/common/Revealer.ts",
616
- "kind": "import-statement"
617
- },
618
- {
619
- "path": "front_end/core/common/Runnable.ts",
620
- "kind": "import-statement"
621
- },
622
- {
623
- "path": "front_end/core/common/SegmentedRange.ts",
624
- "kind": "import-statement"
625
- },
626
- {
627
- "path": "front_end/core/common/SettingRegistration.ts",
628
- "kind": "import-statement"
629
- },
630
- {
631
- "path": "front_end/core/common/Settings.ts",
632
- "kind": "import-statement"
633
- },
634
- {
635
- "path": "front_end/core/common/SimpleHistoryManager.ts",
636
- "kind": "import-statement"
637
- },
638
- {
639
- "path": "front_end/core/common/StringOutputStream.ts",
640
- "kind": "import-statement"
641
- },
642
- {
643
- "path": "front_end/core/common/TextDictionary.ts",
644
- "kind": "import-statement"
645
- },
646
- {
647
- "path": "front_end/core/common/Throttler.ts",
648
- "kind": "import-statement"
649
- },
650
- {
651
- "path": "front_end/core/common/Trie.ts",
652
- "kind": "import-statement"
653
- },
654
- {
655
- "path": "front_end/core/common/WasmDisassembly.ts",
656
- "kind": "import-statement"
657
- },
658
- {
659
- "path": "front_end/core/common/Worker.ts",
660
- "kind": "import-statement"
661
- },
662
- {
663
- "path": "front_end/core/platform/platform.ts",
664
- "kind": "import-statement"
665
- }
666
- ]
667
- },
668
207
  "front_end/models/trace/helpers/Trace.ts": {
669
- "bytes": 4947,
208
+ "bytes": 4913,
670
209
  "imports": [
671
- {
672
- "path": "front_end/core/common/common.ts",
673
- "kind": "import-statement"
674
- },
675
210
  {
676
211
  "path": "front_end/core/platform/platform.ts",
677
212
  "kind": "import-statement"
@@ -679,7 +214,7 @@
679
214
  ]
680
215
  },
681
216
  "front_end/models/trace/helpers/Timing.ts": {
682
- "bytes": 7545,
217
+ "bytes": 8073,
683
218
  "imports": [
684
219
  {
685
220
  "path": "front_end/core/platform/platform.ts",
@@ -696,16 +231,8 @@
696
231
  ]
697
232
  },
698
233
  "front_end/models/trace/helpers/SamplesIntegrator.ts": {
699
- "bytes": 19359,
234
+ "bytes": 17885,
700
235
  "imports": [
701
- {
702
- "path": "front_end/core/root/root.ts",
703
- "kind": "import-statement"
704
- },
705
- {
706
- "path": "front_end/core/common/common.ts",
707
- "kind": "import-statement"
708
- },
709
236
  {
710
237
  "path": "front_end/models/trace/types/types.ts",
711
238
  "kind": "import-statement"
@@ -906,7 +433,7 @@
906
433
  ]
907
434
  },
908
435
  "front_end/models/trace/handlers/WarningsHandler.ts": {
909
- "bytes": 2869,
436
+ "bytes": 2912,
910
437
  "imports": [
911
438
  {
912
439
  "path": "front_end/core/platform/platform.ts",
@@ -923,11 +450,15 @@
923
450
  ]
924
451
  },
925
452
  "front_end/models/trace/handlers/WorkersHandler.ts": {
926
- "bytes": 781,
453
+ "bytes": 2268,
927
454
  "imports": [
928
455
  {
929
456
  "path": "front_end/models/trace/types/types.ts",
930
457
  "kind": "import-statement"
458
+ },
459
+ {
460
+ "path": "front_end/models/trace/handlers/types.ts",
461
+ "kind": "import-statement"
931
462
  }
932
463
  ]
933
464
  },
@@ -980,6 +511,15 @@
980
511
  }
981
512
  ]
982
513
  },
514
+ "front_end/models/trace/handlers/AuctionWorkletsHandler.ts": {
515
+ "bytes": 7012,
516
+ "imports": [
517
+ {
518
+ "path": "front_end/models/trace/types/types.ts",
519
+ "kind": "import-statement"
520
+ }
521
+ ]
522
+ },
983
523
  "front_end/models/trace/handlers/LargestImagePaintHandler.ts": {
984
524
  "bytes": 1736,
985
525
  "imports": [
@@ -1003,12 +543,8 @@
1003
543
  "imports": []
1004
544
  },
1005
545
  "front_end/models/cpu_profile/CPUProfileDataModel.ts": {
1006
- "bytes": 21704,
546
+ "bytes": 21031,
1007
547
  "imports": [
1008
- {
1009
- "path": "front_end/core/common/common.ts",
1010
- "kind": "import-statement"
1011
- },
1012
548
  {
1013
549
  "path": "front_end/core/platform/platform.ts",
1014
550
  "kind": "import-statement"
@@ -1033,32 +569,32 @@
1033
569
  ]
1034
570
  },
1035
571
  "front_end/models/trace/handlers/SamplesHandler.ts": {
1036
- "bytes": 8878,
572
+ "bytes": 8996,
1037
573
  "imports": [
1038
574
  {
1039
575
  "path": "front_end/core/platform/platform.ts",
1040
576
  "kind": "import-statement"
1041
577
  },
1042
578
  {
1043
- "path": "front_end/models/trace/types/types.ts",
579
+ "path": "front_end/models/cpu_profile/cpu_profile.ts",
1044
580
  "kind": "import-statement"
1045
581
  },
1046
582
  {
1047
- "path": "front_end/models/trace/handlers/types.ts",
583
+ "path": "front_end/models/trace/helpers/helpers.ts",
1048
584
  "kind": "import-statement"
1049
585
  },
1050
586
  {
1051
- "path": "front_end/models/cpu_profile/cpu_profile.ts",
587
+ "path": "front_end/models/trace/types/types.ts",
1052
588
  "kind": "import-statement"
1053
589
  },
1054
590
  {
1055
- "path": "front_end/models/trace/helpers/helpers.ts",
591
+ "path": "front_end/models/trace/handlers/types.ts",
1056
592
  "kind": "import-statement"
1057
593
  }
1058
594
  ]
1059
595
  },
1060
596
  "front_end/models/trace/handlers/RendererHandler.ts": {
1061
- "bytes": 20451,
597
+ "bytes": 20659,
1062
598
  "imports": [
1063
599
  {
1064
600
  "path": "front_end/core/platform/platform.ts",
@@ -1087,12 +623,16 @@
1087
623
  ]
1088
624
  },
1089
625
  "front_end/models/trace/handlers/ModelHandlers.ts": {
1090
- "bytes": 1041,
626
+ "bytes": 1105,
1091
627
  "imports": [
1092
628
  {
1093
629
  "path": "front_end/models/trace/handlers/AnimationHandler.ts",
1094
630
  "kind": "import-statement"
1095
631
  },
632
+ {
633
+ "path": "front_end/models/trace/handlers/AuctionWorkletsHandler.ts",
634
+ "kind": "import-statement"
635
+ },
1096
636
  {
1097
637
  "path": "front_end/models/trace/handlers/GPUHandler.ts",
1098
638
  "kind": "import-statement"
@@ -1173,12 +713,8 @@
1173
713
  ]
1174
714
  },
1175
715
  "front_end/models/trace/LegacyTracingModel.ts": {
1176
- "bytes": 28672,
716
+ "bytes": 28592,
1177
717
  "imports": [
1178
- {
1179
- "path": "front_end/core/common/common.ts",
1180
- "kind": "import-statement"
1181
- },
1182
718
  {
1183
719
  "path": "front_end/models/trace/helpers/helpers.ts",
1184
720
  "kind": "import-statement"
@@ -1190,16 +726,20 @@
1190
726
  ]
1191
727
  },
1192
728
  "front_end/models/trace/Processor.ts": {
1193
- "bytes": 8966,
729
+ "bytes": 9649,
1194
730
  "imports": [
1195
731
  {
1196
732
  "path": "front_end/models/trace/handlers/handlers.ts",
1197
733
  "kind": "import-statement"
734
+ },
735
+ {
736
+ "path": "front_end/models/trace/types/types.ts",
737
+ "kind": "import-statement"
1198
738
  }
1199
739
  ]
1200
740
  },
1201
741
  "front_end/models/trace/ModelImpl.ts": {
1202
- "bytes": 8962,
742
+ "bytes": 9537,
1203
743
  "imports": [
1204
744
  {
1205
745
  "path": "front_end/core/platform/platform.ts",
@@ -1216,11 +756,24 @@
1216
756
  {
1217
757
  "path": "front_end/models/trace/Processor.ts",
1218
758
  "kind": "import-statement"
759
+ },
760
+ {
761
+ "path": "front_end/models/trace/types/types.ts",
762
+ "kind": "import-statement"
763
+ }
764
+ ]
765
+ },
766
+ "front_end/models/trace/TreeManipulator.ts": {
767
+ "bytes": 7398,
768
+ "imports": [
769
+ {
770
+ "path": "front_end/core/platform/platform.ts",
771
+ "kind": "import-statement"
1219
772
  }
1220
773
  ]
1221
774
  },
1222
775
  "front_end/models/trace/trace.ts": {
1223
- "bytes": 753,
776
+ "bytes": 829,
1224
777
  "imports": [
1225
778
  {
1226
779
  "path": "front_end/models/trace/handlers/handlers.ts",
@@ -1242,6 +795,10 @@
1242
795
  "path": "front_end/models/trace/Processor.ts",
1243
796
  "kind": "import-statement"
1244
797
  },
798
+ {
799
+ "path": "front_end/models/trace/TreeManipulator.ts",
800
+ "kind": "import-statement"
801
+ },
1245
802
  {
1246
803
  "path": "front_end/models/trace/types/types.ts",
1247
804
  "kind": "import-statement"
@@ -1254,7 +811,7 @@
1254
811
  "imports": [],
1255
812
  "exports": [],
1256
813
  "inputs": {},
1257
- "bytes": 954576
814
+ "bytes": 434352
1258
815
  },
1259
816
  "out/Default/gen/trace_engine/trace.mjs": {
1260
817
  "imports": [],
@@ -1266,6 +823,7 @@
1266
823
  "Processor",
1267
824
  "TraceModel",
1268
825
  "TracingManager",
826
+ "TreeManipulator",
1269
827
  "Types"
1270
828
  ],
1271
829
  "entryPoint": "front_end/models/trace/trace.ts",
@@ -1285,26 +843,23 @@
1285
843
  "front_end/core/platform/array-utilities.ts": {
1286
844
  "bytesInOutput": 5200
1287
845
  },
1288
- "front_end/core/platform/DevToolsPath.ts": {
1289
- "bytesInOutput": 298
1290
- },
1291
846
  "front_end/core/platform/map-utilities.ts": {
1292
847
  "bytesInOutput": 1553
1293
848
  },
1294
849
  "front_end/core/platform/number-utilities.ts": {
1295
- "bytesInOutput": 2046
1296
- },
1297
- "front_end/core/platform/string-utilities.ts": {
1298
- "bytesInOutput": 12685
850
+ "bytesInOutput": 2043
1299
851
  },
1300
852
  "front_end/core/platform/typescript-utilities.ts": {
1301
853
  "bytesInOutput": 68
1302
854
  },
1303
855
  "front_end/core/platform/platform.ts": {
1304
- "bytesInOutput": 133
856
+ "bytesInOutput": 0
1305
857
  },
1306
858
  "front_end/models/trace/types/types.ts": {
1307
- "bytesInOutput": 156
859
+ "bytesInOutput": 202
860
+ },
861
+ "front_end/models/trace/types/Configuration.ts": {
862
+ "bytesInOutput": 291
1308
863
  },
1309
864
  "front_end/models/trace/types/File.ts": {
1310
865
  "bytesInOutput": 270
@@ -1313,7 +868,7 @@
1313
868
  "bytesInOutput": 638
1314
869
  },
1315
870
  "front_end/models/trace/types/TraceEvents.ts": {
1316
- "bytesInOutput": 22377
871
+ "bytesInOutput": 23532
1317
872
  },
1318
873
  "front_end/models/trace/handlers/types.ts": {
1319
874
  "bytesInOutput": 397
@@ -1328,106 +883,13 @@
1328
883
  "bytesInOutput": 174
1329
884
  },
1330
885
  "front_end/models/trace/helpers/SamplesIntegrator.ts": {
1331
- "bytesInOutput": 9433
1332
- },
1333
- "front_end/core/root/Runtime.ts": {
1334
- "bytesInOutput": 9442
1335
- },
1336
- "front_end/core/common/Base64.ts": {
1337
- "bytesInOutput": 245
1338
- },
1339
- "front_end/core/common/CharacterIdMap.ts": {
1340
- "bytesInOutput": 822
1341
- },
1342
- "front_end/core/common/ColorConverter.ts": {
1343
- "bytesInOutput": 12294
1344
- },
1345
- "front_end/core/common/ColorUtils.ts": {
1346
- "bytesInOutput": 1991
1347
- },
1348
- "front_end/core/common/Color.ts": {
1349
- "bytesInOutput": 87865
1350
- },
1351
- "front_end/core/common/Console.ts": {
1352
- "bytesInOutput": 1724
1353
- },
1354
- "front_end/core/common/Object.ts": {
1355
- "bytesInOutput": 1703
1356
- },
1357
- "front_end/core/i18n/DevToolsLocale.ts": {
1358
- "bytesInOutput": 1235
1359
- },
1360
- "front_end/core/i18n/i18nImpl.ts": {
1361
- "bytesInOutput": 5092
1362
- },
1363
- "front_end/third_party/i18n/i18n-impl.ts": {
1364
- "bytesInOutput": 943
1365
- },
1366
- "front_end/third_party/intl-messageformat/package/intl-messageformat.esm.js": {
1367
- "bytesInOutput": 61065
1368
- },
1369
- "front_end/third_party/i18n/localized-string-set.ts": {
1370
- "bytesInOutput": 2832
1371
- },
1372
- "front_end/core/i18n/time-utilities.ts": {
1373
- "bytesInOutput": 292
1374
- },
1375
- "front_end/core/common/Revealer.ts": {
1376
- "bytesInOutput": 1994
1377
- },
1378
- "front_end/core/common/Lazy.ts": {
1379
- "bytesInOutput": 80
1380
- },
1381
- "front_end/core/common/Mutex.ts": {
1382
- "bytesInOutput": 805
1383
- },
1384
- "front_end/core/common/ParsedURL.ts": {
1385
- "bytesInOutput": 14627
1386
- },
1387
- "front_end/core/common/Progress.ts": {
1388
- "bytesInOutput": 2630
1389
- },
1390
- "front_end/core/common/ResolverBase.ts": {
1391
- "bytesInOutput": 1379
1392
- },
1393
- "front_end/core/common/ResourceType.ts": {
1394
- "bytesInOutput": 11879
1395
- },
1396
- "front_end/core/common/SegmentedRange.ts": {
1397
- "bytesInOutput": 2232
1398
- },
1399
- "front_end/core/common/SettingRegistration.ts": {
1400
- "bytesInOutput": 4634
1401
- },
1402
- "front_end/core/common/Settings.ts": {
1403
- "bytesInOutput": 35165
1404
- },
1405
- "front_end/core/common/SimpleHistoryManager.ts": {
1406
- "bytesInOutput": 2744
1407
- },
1408
- "front_end/core/common/StringOutputStream.ts": {
1409
- "bytesInOutput": 232
1410
- },
1411
- "front_end/core/common/Trie.ts": {
1412
- "bytesInOutput": 3088
1413
- },
1414
- "front_end/core/common/Throttler.ts": {
1415
- "bytesInOutput": 2305
1416
- },
1417
- "front_end/core/common/WasmDisassembly.ts": {
1418
- "bytesInOutput": 1177
1419
- },
1420
- "front_end/core/common/Worker.ts": {
1421
- "bytesInOutput": 1003
1422
- },
1423
- "front_end/core/common/common.ts": {
1424
- "bytesInOutput": 0
886
+ "bytesInOutput": 8645
1425
887
  },
1426
888
  "front_end/models/trace/helpers/Timing.ts": {
1427
- "bytesInOutput": 6092
889
+ "bytesInOutput": 6177
1428
890
  },
1429
891
  "front_end/models/trace/helpers/Trace.ts": {
1430
- "bytesInOutput": 3255
892
+ "bytesInOutput": 3224
1431
893
  },
1432
894
  "front_end/models/trace/handlers/LayoutShiftsHandler.ts": {
1433
895
  "bytesInOutput": 10663
@@ -1451,13 +913,16 @@
1451
913
  "bytesInOutput": 4077
1452
914
  },
1453
915
  "front_end/models/trace/handlers/WarningsHandler.ts": {
1454
- "bytesInOutput": 2125
916
+ "bytesInOutput": 2301
1455
917
  },
1456
918
  "front_end/models/trace/handlers/WorkersHandler.ts": {
1457
- "bytesInOutput": 463
919
+ "bytesInOutput": 1690
1458
920
  },
1459
921
  "front_end/models/trace/handlers/ModelHandlers.ts": {
1460
- "bytesInOutput": 832
922
+ "bytesInOutput": 889
923
+ },
924
+ "front_end/models/trace/handlers/AuctionWorkletsHandler.ts": {
925
+ "bytesInOutput": 3327
1461
926
  },
1462
927
  "front_end/models/trace/handlers/LargestImagePaintHandler.ts": {
1463
928
  "bytesInOutput": 558
@@ -1466,28 +931,31 @@
1466
931
  "bytesInOutput": 571
1467
932
  },
1468
933
  "front_end/models/trace/handlers/RendererHandler.ts": {
1469
- "bytesInOutput": 10124
934
+ "bytesInOutput": 10283
1470
935
  },
1471
936
  "front_end/models/trace/handlers/SamplesHandler.ts": {
1472
- "bytesInOutput": 5994
937
+ "bytesInOutput": 6110
1473
938
  },
1474
939
  "front_end/models/cpu_profile/CPUProfileDataModel.ts": {
1475
- "bytesInOutput": 13854
940
+ "bytesInOutput": 13325
1476
941
  },
1477
942
  "front_end/models/cpu_profile/ProfileTreeModel.ts": {
1478
943
  "bytesInOutput": 2035
1479
944
  },
1480
945
  "front_end/models/trace/LegacyTracingModel.ts": {
1481
- "bytesInOutput": 21365
946
+ "bytesInOutput": 21338
1482
947
  },
1483
948
  "front_end/models/trace/ModelImpl.ts": {
1484
- "bytesInOutput": 3779
949
+ "bytesInOutput": 4034
1485
950
  },
1486
951
  "front_end/models/trace/Processor.ts": {
1487
- "bytesInOutput": 5604
952
+ "bytesInOutput": 6084
953
+ },
954
+ "front_end/models/trace/TreeManipulator.ts": {
955
+ "bytesInOutput": 2678
1488
956
  }
1489
957
  },
1490
- "bytes": 473595
958
+ "bytes": 192726
1491
959
  }
1492
960
  }
1493
961
  }