@paulirish/trace_engine 0.0.1 → 0.0.3

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": 379,
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": 47061,
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": {
@@ -214,464 +222,9 @@
214
222
  }
215
223
  ]
216
224
  },
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
225
  "front_end/models/trace/helpers/Trace.ts": {
669
- "bytes": 4947,
226
+ "bytes": 4859,
670
227
  "imports": [
671
- {
672
- "path": "front_end/core/common/common.ts",
673
- "kind": "import-statement"
674
- },
675
228
  {
676
229
  "path": "front_end/core/platform/platform.ts",
677
230
  "kind": "import-statement"
@@ -696,16 +249,12 @@
696
249
  ]
697
250
  },
698
251
  "front_end/models/trace/helpers/SamplesIntegrator.ts": {
699
- "bytes": 19359,
252
+ "bytes": 19670,
700
253
  "imports": [
701
254
  {
702
255
  "path": "front_end/core/root/root.ts",
703
256
  "kind": "import-statement"
704
257
  },
705
- {
706
- "path": "front_end/core/common/common.ts",
707
- "kind": "import-statement"
708
- },
709
258
  {
710
259
  "path": "front_end/models/trace/types/types.ts",
711
260
  "kind": "import-statement"
@@ -906,7 +455,7 @@
906
455
  ]
907
456
  },
908
457
  "front_end/models/trace/handlers/WarningsHandler.ts": {
909
- "bytes": 2869,
458
+ "bytes": 2912,
910
459
  "imports": [
911
460
  {
912
461
  "path": "front_end/core/platform/platform.ts",
@@ -923,11 +472,15 @@
923
472
  ]
924
473
  },
925
474
  "front_end/models/trace/handlers/WorkersHandler.ts": {
926
- "bytes": 781,
475
+ "bytes": 2268,
927
476
  "imports": [
928
477
  {
929
478
  "path": "front_end/models/trace/types/types.ts",
930
479
  "kind": "import-statement"
480
+ },
481
+ {
482
+ "path": "front_end/models/trace/handlers/types.ts",
483
+ "kind": "import-statement"
931
484
  }
932
485
  ]
933
486
  },
@@ -980,6 +533,15 @@
980
533
  }
981
534
  ]
982
535
  },
536
+ "front_end/models/trace/handlers/AuctionWorkletsHandler.ts": {
537
+ "bytes": 7012,
538
+ "imports": [
539
+ {
540
+ "path": "front_end/models/trace/types/types.ts",
541
+ "kind": "import-statement"
542
+ }
543
+ ]
544
+ },
983
545
  "front_end/models/trace/handlers/LargestImagePaintHandler.ts": {
984
546
  "bytes": 1736,
985
547
  "imports": [
@@ -1003,12 +565,8 @@
1003
565
  "imports": []
1004
566
  },
1005
567
  "front_end/models/cpu_profile/CPUProfileDataModel.ts": {
1006
- "bytes": 21704,
568
+ "bytes": 21496,
1007
569
  "imports": [
1008
- {
1009
- "path": "front_end/core/common/common.ts",
1010
- "kind": "import-statement"
1011
- },
1012
570
  {
1013
571
  "path": "front_end/core/platform/platform.ts",
1014
572
  "kind": "import-statement"
@@ -1058,7 +616,7 @@
1058
616
  ]
1059
617
  },
1060
618
  "front_end/models/trace/handlers/RendererHandler.ts": {
1061
- "bytes": 20451,
619
+ "bytes": 20741,
1062
620
  "imports": [
1063
621
  {
1064
622
  "path": "front_end/core/platform/platform.ts",
@@ -1087,12 +645,16 @@
1087
645
  ]
1088
646
  },
1089
647
  "front_end/models/trace/handlers/ModelHandlers.ts": {
1090
- "bytes": 1041,
648
+ "bytes": 1105,
1091
649
  "imports": [
1092
650
  {
1093
651
  "path": "front_end/models/trace/handlers/AnimationHandler.ts",
1094
652
  "kind": "import-statement"
1095
653
  },
654
+ {
655
+ "path": "front_end/models/trace/handlers/AuctionWorkletsHandler.ts",
656
+ "kind": "import-statement"
657
+ },
1096
658
  {
1097
659
  "path": "front_end/models/trace/handlers/GPUHandler.ts",
1098
660
  "kind": "import-statement"
@@ -1173,12 +735,8 @@
1173
735
  ]
1174
736
  },
1175
737
  "front_end/models/trace/LegacyTracingModel.ts": {
1176
- "bytes": 28672,
738
+ "bytes": 28592,
1177
739
  "imports": [
1178
- {
1179
- "path": "front_end/core/common/common.ts",
1180
- "kind": "import-statement"
1181
- },
1182
740
  {
1183
741
  "path": "front_end/models/trace/helpers/helpers.ts",
1184
742
  "kind": "import-statement"
@@ -1190,16 +748,20 @@
1190
748
  ]
1191
749
  },
1192
750
  "front_end/models/trace/Processor.ts": {
1193
- "bytes": 8966,
751
+ "bytes": 9785,
1194
752
  "imports": [
1195
753
  {
1196
754
  "path": "front_end/models/trace/handlers/handlers.ts",
1197
755
  "kind": "import-statement"
756
+ },
757
+ {
758
+ "path": "front_end/models/trace/types/types.ts",
759
+ "kind": "import-statement"
1198
760
  }
1199
761
  ]
1200
762
  },
1201
763
  "front_end/models/trace/ModelImpl.ts": {
1202
- "bytes": 8962,
764
+ "bytes": 9591,
1203
765
  "imports": [
1204
766
  {
1205
767
  "path": "front_end/core/platform/platform.ts",
@@ -1216,11 +778,24 @@
1216
778
  {
1217
779
  "path": "front_end/models/trace/Processor.ts",
1218
780
  "kind": "import-statement"
781
+ },
782
+ {
783
+ "path": "front_end/models/trace/types/types.ts",
784
+ "kind": "import-statement"
785
+ }
786
+ ]
787
+ },
788
+ "front_end/models/trace/TreeManipulator.ts": {
789
+ "bytes": 7648,
790
+ "imports": [
791
+ {
792
+ "path": "front_end/core/platform/platform.ts",
793
+ "kind": "import-statement"
1219
794
  }
1220
795
  ]
1221
796
  },
1222
797
  "front_end/models/trace/trace.ts": {
1223
- "bytes": 753,
798
+ "bytes": 829,
1224
799
  "imports": [
1225
800
  {
1226
801
  "path": "front_end/models/trace/handlers/handlers.ts",
@@ -1242,6 +817,10 @@
1242
817
  "path": "front_end/models/trace/Processor.ts",
1243
818
  "kind": "import-statement"
1244
819
  },
820
+ {
821
+ "path": "front_end/models/trace/TreeManipulator.ts",
822
+ "kind": "import-statement"
823
+ },
1245
824
  {
1246
825
  "path": "front_end/models/trace/types/types.ts",
1247
826
  "kind": "import-statement"
@@ -1254,7 +833,7 @@
1254
833
  "imports": [],
1255
834
  "exports": [],
1256
835
  "inputs": {},
1257
- "bytes": 954576
836
+ "bytes": 455547
1258
837
  },
1259
838
  "out/Default/gen/trace_engine/trace.mjs": {
1260
839
  "imports": [],
@@ -1266,6 +845,7 @@
1266
845
  "Processor",
1267
846
  "TraceModel",
1268
847
  "TracingManager",
848
+ "TreeManipulator",
1269
849
  "Types"
1270
850
  ],
1271
851
  "entryPoint": "front_end/models/trace/trace.ts",
@@ -1292,10 +872,7 @@
1292
872
  "bytesInOutput": 1553
1293
873
  },
1294
874
  "front_end/core/platform/number-utilities.ts": {
1295
- "bytesInOutput": 2046
1296
- },
1297
- "front_end/core/platform/string-utilities.ts": {
1298
- "bytesInOutput": 12685
875
+ "bytesInOutput": 2043
1299
876
  },
1300
877
  "front_end/core/platform/typescript-utilities.ts": {
1301
878
  "bytesInOutput": 68
@@ -1304,7 +881,10 @@
1304
881
  "bytesInOutput": 133
1305
882
  },
1306
883
  "front_end/models/trace/types/types.ts": {
1307
- "bytesInOutput": 156
884
+ "bytesInOutput": 202
885
+ },
886
+ "front_end/models/trace/types/Configuration.ts": {
887
+ "bytesInOutput": 174
1308
888
  },
1309
889
  "front_end/models/trace/types/File.ts": {
1310
890
  "bytesInOutput": 270
@@ -1313,7 +893,7 @@
1313
893
  "bytesInOutput": 638
1314
894
  },
1315
895
  "front_end/models/trace/types/TraceEvents.ts": {
1316
- "bytesInOutput": 22377
896
+ "bytesInOutput": 23387
1317
897
  },
1318
898
  "front_end/models/trace/handlers/types.ts": {
1319
899
  "bytesInOutput": 397
@@ -1328,106 +908,16 @@
1328
908
  "bytesInOutput": 174
1329
909
  },
1330
910
  "front_end/models/trace/helpers/SamplesIntegrator.ts": {
1331
- "bytesInOutput": 9433
911
+ "bytesInOutput": 9518
1332
912
  },
1333
913
  "front_end/core/root/Runtime.ts": {
1334
914
  "bytesInOutput": 9442
1335
915
  },
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
1425
- },
1426
916
  "front_end/models/trace/helpers/Timing.ts": {
1427
917
  "bytesInOutput": 6092
1428
918
  },
1429
919
  "front_end/models/trace/helpers/Trace.ts": {
1430
- "bytesInOutput": 3255
920
+ "bytesInOutput": 3224
1431
921
  },
1432
922
  "front_end/models/trace/handlers/LayoutShiftsHandler.ts": {
1433
923
  "bytesInOutput": 10663
@@ -1451,13 +941,16 @@
1451
941
  "bytesInOutput": 4077
1452
942
  },
1453
943
  "front_end/models/trace/handlers/WarningsHandler.ts": {
1454
- "bytesInOutput": 2125
944
+ "bytesInOutput": 2301
1455
945
  },
1456
946
  "front_end/models/trace/handlers/WorkersHandler.ts": {
1457
- "bytesInOutput": 463
947
+ "bytesInOutput": 1690
1458
948
  },
1459
949
  "front_end/models/trace/handlers/ModelHandlers.ts": {
1460
- "bytesInOutput": 832
950
+ "bytesInOutput": 889
951
+ },
952
+ "front_end/models/trace/handlers/AuctionWorkletsHandler.ts": {
953
+ "bytesInOutput": 3327
1461
954
  },
1462
955
  "front_end/models/trace/handlers/LargestImagePaintHandler.ts": {
1463
956
  "bytesInOutput": 558
@@ -1466,28 +959,31 @@
1466
959
  "bytesInOutput": 571
1467
960
  },
1468
961
  "front_end/models/trace/handlers/RendererHandler.ts": {
1469
- "bytesInOutput": 10124
962
+ "bytesInOutput": 10383
1470
963
  },
1471
964
  "front_end/models/trace/handlers/SamplesHandler.ts": {
1472
965
  "bytesInOutput": 5994
1473
966
  },
1474
967
  "front_end/models/cpu_profile/CPUProfileDataModel.ts": {
1475
- "bytesInOutput": 13854
968
+ "bytesInOutput": 13716
1476
969
  },
1477
970
  "front_end/models/cpu_profile/ProfileTreeModel.ts": {
1478
971
  "bytesInOutput": 2035
1479
972
  },
1480
973
  "front_end/models/trace/LegacyTracingModel.ts": {
1481
- "bytesInOutput": 21365
974
+ "bytesInOutput": 21338
1482
975
  },
1483
976
  "front_end/models/trace/ModelImpl.ts": {
1484
- "bytesInOutput": 3779
977
+ "bytesInOutput": 4038
1485
978
  },
1486
979
  "front_end/models/trace/Processor.ts": {
1487
- "bytesInOutput": 5604
980
+ "bytesInOutput": 6189
981
+ },
982
+ "front_end/models/trace/TreeManipulator.ts": {
983
+ "bytesInOutput": 2786
1488
984
  }
1489
985
  },
1490
- "bytes": 473595
986
+ "bytes": 203836
1491
987
  }
1492
988
  }
1493
989
  }