summaryrefslogtreecommitdiff
path: root/tests/long/fs/80.solaris-boot/ref/sparc/solaris/t1000-simple-atomic/stats.txt
blob: a8aedcdf7a0ec03365cf67d56a871c1769e1d538 (plain)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
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
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237

---------- Begin Simulation Statistics ----------
sim_seconds                                  2.233778                       # Number of seconds simulated
sim_ticks                                  4467555024                       # Number of ticks simulated
final_tick                                 4467555024                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                   2000000000                       # Frequency of simulated ticks
host_inst_rate                                3235443                       # Simulator instruction rate (inst/s)
host_op_rate                                  3236715                       # Simulator op (including micro ops) rate (op/s)
host_tick_rate                                6486837                       # Simulator tick rate (ticks/s)
host_mem_usage                                 551372                       # Number of bytes of host memory used
host_seconds                                   688.71                       # Real time elapsed on the host
sim_insts                                  2228284650                       # Number of instructions simulated
sim_ops                                    2229160714                       # Number of ops (including micro ops) simulated
system.voltage_domain.voltage                       1                       # Voltage in Volts
system.clk_domain.clock                             2                       # Clock period in ticks
system.hypervisor_desc.numPwrStateTransitions            0                       # Number of power state transitions
system.hypervisor_desc.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.hypervisor_desc.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.hypervisor_desc.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.hypervisor_desc.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.hypervisor_desc.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.hypervisor_desc.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.hypervisor_desc.bytes_read::cpu.data        16792                       # Number of bytes read from this memory
system.hypervisor_desc.bytes_read::total        16792                       # Number of bytes read from this memory
system.hypervisor_desc.num_reads::cpu.data         9024                       # Number of read requests responded to by this memory
system.hypervisor_desc.num_reads::total          9024                       # Number of read requests responded to by this memory
system.hypervisor_desc.bw_read::cpu.data         7517                       # Total read bandwidth from this memory (bytes/s)
system.hypervisor_desc.bw_read::total            7517                       # Total read bandwidth from this memory (bytes/s)
system.hypervisor_desc.bw_total::cpu.data         7517                       # Total bandwidth to/from this memory (bytes/s)
system.hypervisor_desc.bw_total::total           7517                       # Total bandwidth to/from this memory (bytes/s)
system.nvram.numPwrStateTransitions                 0                       # Number of power state transitions
system.nvram.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::mean            nan                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::stdev           nan                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateClkGateDist::total             0                       # Distribution of time spent in the clock gated state
system.nvram.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.nvram.pwrStateResidencyTicks::ON             0                       # Cumulative time (in ticks) in various power states
system.nvram.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.nvram.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.nvram.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.nvram.bytes_read::cpu.data                 284                       # Number of bytes read from this memory
system.nvram.bytes_read::total                    284                       # Number of bytes read from this memory
system.nvram.bytes_written::cpu.data               92                       # Number of bytes written to this memory
system.nvram.bytes_written::total                  92                       # Number of bytes written to this memory
system.nvram.num_reads::cpu.data                  284                       # Number of read requests responded to by this memory
system.nvram.num_reads::total                     284                       # Number of read requests responded to by this memory
system.nvram.num_writes::cpu.data                  92                       # Number of write requests responded to by this memory
system.nvram.num_writes::total                     92                       # Number of write requests responded to by this memory
system.nvram.bw_read::cpu.data                    127                       # Total read bandwidth from this memory (bytes/s)
system.nvram.bw_read::total                       127                       # Total read bandwidth from this memory (bytes/s)
system.nvram.bw_write::cpu.data                    41                       # Write bandwidth from this memory (bytes/s)
system.nvram.bw_write::total                       41                       # Write bandwidth from this memory (bytes/s)
system.nvram.bw_total::cpu.data                   168                       # Total bandwidth to/from this memory (bytes/s)
system.nvram.bw_total::total                      168                       # Total bandwidth to/from this memory (bytes/s)
system.partition_desc.numPwrStateTransitions            0                       # Number of power state transitions
system.partition_desc.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.partition_desc.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.partition_desc.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.partition_desc.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.partition_desc.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.partition_desc.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.partition_desc.bytes_read::cpu.data         4846                       # Number of bytes read from this memory
system.partition_desc.bytes_read::total          4846                       # Number of bytes read from this memory
system.partition_desc.num_reads::cpu.data          608                       # Number of read requests responded to by this memory
system.partition_desc.num_reads::total            608                       # Number of read requests responded to by this memory
system.partition_desc.bw_read::cpu.data          2169                       # Total read bandwidth from this memory (bytes/s)
system.partition_desc.bw_read::total             2169                       # Total read bandwidth from this memory (bytes/s)
system.partition_desc.bw_total::cpu.data         2169                       # Total bandwidth to/from this memory (bytes/s)
system.partition_desc.bw_total::total            2169                       # Total bandwidth to/from this memory (bytes/s)
system.physmem0.numPwrStateTransitions              0                       # Number of power state transitions
system.physmem0.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.physmem0.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.physmem0.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.physmem0.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.physmem0.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.physmem0.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.physmem0.bytes_read::cpu.inst        612291324                       # Number of bytes read from this memory
system.physmem0.bytes_read::cpu.data         97534024                       # Number of bytes read from this memory
system.physmem0.bytes_read::total           709825348                       # Number of bytes read from this memory
system.physmem0.bytes_inst_read::cpu.inst    612291324                       # Number of instructions bytes read from this memory
system.physmem0.bytes_inst_read::total      612291324                       # Number of instructions bytes read from this memory
system.physmem0.bytes_written::cpu.data      15400223                       # Number of bytes written to this memory
system.physmem0.bytes_written::total         15400223                       # Number of bytes written to this memory
system.physmem0.num_reads::cpu.inst         153072831                       # Number of read requests responded to by this memory
system.physmem0.num_reads::cpu.data          12152054                       # Number of read requests responded to by this memory
system.physmem0.num_reads::total            165224885                       # Number of read requests responded to by this memory
system.physmem0.num_writes::cpu.data          1927067                       # Number of write requests responded to by this memory
system.physmem0.num_writes::total             1927067                       # Number of write requests responded to by this memory
system.physmem0.num_other::cpu.data                14                       # Number of other requests responded to by this memory
system.physmem0.num_other::total                   14                       # Number of other requests responded to by this memory
system.physmem0.bw_read::cpu.inst           274105779                       # Total read bandwidth from this memory (bytes/s)
system.physmem0.bw_read::cpu.data            43663267                       # Total read bandwidth from this memory (bytes/s)
system.physmem0.bw_read::total              317769046                       # Total read bandwidth from this memory (bytes/s)
system.physmem0.bw_inst_read::cpu.inst      274105779                       # Instruction read bandwidth from this memory (bytes/s)
system.physmem0.bw_inst_read::total         274105779                       # Instruction read bandwidth from this memory (bytes/s)
system.physmem0.bw_write::cpu.data            6894251                       # Write bandwidth from this memory (bytes/s)
system.physmem0.bw_write::total               6894251                       # Write bandwidth from this memory (bytes/s)
system.physmem0.bw_total::cpu.inst          274105779                       # Total bandwidth to/from this memory (bytes/s)
system.physmem0.bw_total::cpu.data           50557518                       # Total bandwidth to/from this memory (bytes/s)
system.physmem0.bw_total::total             324663297                       # Total bandwidth to/from this memory (bytes/s)
system.physmem1.numPwrStateTransitions              0                       # Number of power state transitions
system.physmem1.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.physmem1.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.physmem1.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.physmem1.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.physmem1.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.physmem1.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.physmem1.bytes_read::cpu.inst       8318106840                       # Number of bytes read from this memory
system.physmem1.bytes_read::cpu.data       1495885127                       # Number of bytes read from this memory
system.physmem1.bytes_read::total          9813991967                       # Number of bytes read from this memory
system.physmem1.bytes_inst_read::cpu.inst   8318106840                       # Number of instructions bytes read from this memory
system.physmem1.bytes_inst_read::total     8318106840                       # Number of instructions bytes read from this memory
system.physmem1.bytes_written::cpu.data     897268422                       # Number of bytes written to this memory
system.physmem1.bytes_written::total        897268422                       # Number of bytes written to this memory
system.physmem1.num_reads::cpu.inst        2079526710                       # Number of read requests responded to by this memory
system.physmem1.num_reads::cpu.data         323962420                       # Number of read requests responded to by this memory
system.physmem1.num_reads::total           2403489130                       # Number of read requests responded to by this memory
system.physmem1.num_writes::cpu.data        187387796                       # Number of write requests responded to by this memory
system.physmem1.num_writes::total           187387796                       # Number of write requests responded to by this memory
system.physmem1.num_other::cpu.data           5403067                       # Number of other requests responded to by this memory
system.physmem1.num_other::total              5403067                       # Number of other requests responded to by this memory
system.physmem1.bw_read::cpu.inst          3723784842                       # Total read bandwidth from this memory (bytes/s)
system.physmem1.bw_read::cpu.data           669666123                       # Total read bandwidth from this memory (bytes/s)
system.physmem1.bw_read::total             4393450966                       # Total read bandwidth from this memory (bytes/s)
system.physmem1.bw_inst_read::cpu.inst     3723784842                       # Instruction read bandwidth from this memory (bytes/s)
system.physmem1.bw_inst_read::total        3723784842                       # Instruction read bandwidth from this memory (bytes/s)
system.physmem1.bw_write::cpu.data          401682091                       # Write bandwidth from this memory (bytes/s)
system.physmem1.bw_write::total             401682091                       # Write bandwidth from this memory (bytes/s)
system.physmem1.bw_total::cpu.inst         3723784842                       # Total bandwidth to/from this memory (bytes/s)
system.physmem1.bw_total::cpu.data         1071348214                       # Total bandwidth to/from this memory (bytes/s)
system.physmem1.bw_total::total            4795133057                       # Total bandwidth to/from this memory (bytes/s)
system.rom.numPwrStateTransitions                   0                       # Number of power state transitions
system.rom.pwrStateClkGateDist::samples             0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::mean              nan                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::stdev             nan                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::2-1e+08             0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateClkGateDist::total               0                       # Distribution of time spent in the clock gated state
system.rom.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.rom.pwrStateResidencyTicks::ON               0                       # Cumulative time (in ticks) in various power states
system.rom.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.rom.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.rom.pwrStateResidencyTicks::OFF              0                       # Cumulative time (in ticks) in various power states
system.rom.bytes_read::cpu.inst                432296                       # Number of bytes read from this memory
system.rom.bytes_read::cpu.data                696392                       # Number of bytes read from this memory
system.rom.bytes_read::total                  1128688                       # Number of bytes read from this memory
system.rom.bytes_inst_read::cpu.inst           432296                       # Number of instructions bytes read from this memory
system.rom.bytes_inst_read::total              432296                       # Number of instructions bytes read from this memory
system.rom.num_reads::cpu.inst                 108074                       # Number of read requests responded to by this memory
system.rom.num_reads::cpu.data                  87049                       # Number of read requests responded to by this memory
system.rom.num_reads::total                    195123                       # Number of read requests responded to by this memory
system.rom.bw_read::cpu.inst                   193527                       # Total read bandwidth from this memory (bytes/s)
system.rom.bw_read::cpu.data                   311755                       # Total read bandwidth from this memory (bytes/s)
system.rom.bw_read::total                      505282                       # Total read bandwidth from this memory (bytes/s)
system.rom.bw_inst_read::cpu.inst              193527                       # Instruction read bandwidth from this memory (bytes/s)
system.rom.bw_inst_read::total                 193527                       # Instruction read bandwidth from this memory (bytes/s)
system.rom.bw_total::cpu.inst                  193527                       # Total bandwidth to/from this memory (bytes/s)
system.rom.bw_total::cpu.data                  311755                       # Total bandwidth to/from this memory (bytes/s)
system.rom.bw_total::total                     505282                       # Total bandwidth to/from this memory (bytes/s)
system.numPwrStateTransitions                       0                       # Number of power state transitions
system.pwrStateClkGateDist::samples                 0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::mean                  nan                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::stdev                 nan                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::underflows              0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::2-1e+08                 0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::1e+08-2e+08             0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::2e+08-3e+08             0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::3e+08-4e+08             0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::4e+08-5e+08             0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::5e+08-6e+08             0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::6e+08-7e+08             0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::7e+08-8e+08             0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::8e+08-9e+08             0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::9e+08-1e+09             0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::overflows               0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::min_value               0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::max_value               0                       # Distribution of time spent in the clock gated state
system.pwrStateClkGateDist::total                   0                       # Distribution of time spent in the clock gated state
system.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.pwrStateResidencyTicks::ON                   0                       # Cumulative time (in ticks) in various power states
system.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.pwrStateResidencyTicks::OFF                  0                       # Cumulative time (in ticks) in various power states
system.bridge.numPwrStateTransitions                0                       # Number of power state transitions
system.bridge.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::mean           nan                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.bridge.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.bridge.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.bridge.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.bridge.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.bridge.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.cpu_clk_domain.clock                         2                       # Clock period in ticks
system.cpu.numPwrStateTransitions                   0                       # Number of power state transitions
system.cpu.pwrStateClkGateDist::samples             0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::mean              nan                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::stdev             nan                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::2-1e+08             0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateClkGateDist::total               0                       # Distribution of time spent in the clock gated state
system.cpu.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.cpu.pwrStateResidencyTicks::ON               0                       # Cumulative time (in ticks) in various power states
system.cpu.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.cpu.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.cpu.pwrStateResidencyTicks::OFF              0                       # Cumulative time (in ticks) in various power states
system.cpu.numCycles                       2233777513                       # number of cpu cycles simulated
system.cpu.numWorkItemsStarted                      0                       # number of work items this cpu started
system.cpu.numWorkItemsCompleted                    0                       # number of work items this cpu completed
system.cpu.kern.inst.arm                            0                       # number of arm instructions executed
system.cpu.kern.inst.quiesce                        0                       # number of quiesce instructions executed
system.cpu.committedInsts                  2228284650                       # Number of instructions committed
system.cpu.committedOps                    2229160714                       # Number of ops (including micro ops) committed
system.cpu.num_int_alu_accesses            1839325658                       # Number of integer alu accesses
system.cpu.num_fp_alu_accesses               14608322                       # Number of float alu accesses
system.cpu.num_func_calls                    44037246                       # number of times a function call or return occured
system.cpu.num_conditional_control_insts    316367761                       # number of instructions that are conditional controls
system.cpu.num_int_insts                   1839325658                       # number of integer instructions
system.cpu.num_fp_insts                      14608322                       # number of float instructions
system.cpu.num_int_register_reads          4305540407                       # number of times the integer registers were read
system.cpu.num_int_register_writes         2100562807                       # number of times the integer registers were written
system.cpu.num_fp_register_reads             35401841                       # number of times the floating registers were read
system.cpu.num_fp_register_writes            22917558                       # number of times the floating registers were written
system.cpu.num_mem_refs                     547951940                       # number of memory refs
system.cpu.num_load_insts                   349807670                       # Number of load instructions
system.cpu.num_store_insts                  198144270                       # Number of store instructions
system.cpu.num_idle_cycles                          0                       # Number of idle cycles
system.cpu.num_busy_cycles                 2233777513                       # Number of busy cycles
system.cpu.not_idle_fraction                        1                       # Percentage of non-idle cycles
system.cpu.idle_fraction                            0                       # Percentage of idle cycles
system.cpu.Branches                         441057355                       # Number of branches fetched
system.cpu.op_class::No_OpClass              49673656      2.22%      2.22% # Class of executed instruction
system.cpu.op_class::IntAlu                1619015933     72.49%     74.71% # Class of executed instruction
system.cpu.op_class::IntMult                        0      0.00%     74.71% # Class of executed instruction
system.cpu.op_class::IntDiv                         0      0.00%     74.71% # Class of executed instruction
system.cpu.op_class::FloatAdd                 8419779      0.38%     75.09% # Class of executed instruction
system.cpu.op_class::FloatCmp                       0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::FloatCvt                       0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::FloatMult                      0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::FloatDiv                       0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::FloatSqrt                      0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::SimdAdd                        0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::SimdAddAcc                     0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::SimdAlu                        0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::SimdCmp                        0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::SimdCvt                        0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::SimdMisc                       0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::SimdMult                       0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::SimdMultAcc                    0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::SimdShift                      0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::SimdShiftAcc                   0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::SimdSqrt                       0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::SimdFloatAdd                   0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::SimdFloatAlu                   0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::SimdFloatCmp                   0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::SimdFloatCvt                   0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::SimdFloatDiv                   0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::SimdFloatMisc                  0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::SimdFloatMult                  0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::SimdFloatMultAcc               0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::SimdFloatSqrt                  0      0.00%     75.09% # Class of executed instruction
system.cpu.op_class::MemRead                356274529     15.95%     91.04% # Class of executed instruction
system.cpu.op_class::MemWrite               200199782      8.96%    100.00% # Class of executed instruction
system.cpu.op_class::IprAccess                      0      0.00%    100.00% # Class of executed instruction
system.cpu.op_class::InstPrefetch                   0      0.00%    100.00% # Class of executed instruction
system.cpu.op_class::total                 2233583679                       # Class of executed instruction
system.disk0.numPwrStateTransitions                 0                       # Number of power state transitions
system.disk0.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::mean            nan                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::stdev           nan                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateClkGateDist::total             0                       # Distribution of time spent in the clock gated state
system.disk0.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.disk0.pwrStateResidencyTicks::ON             0                       # Cumulative time (in ticks) in various power states
system.disk0.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.disk0.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.disk0.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.iobus.numPwrStateTransitions                 0                       # Number of power state transitions
system.iobus.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::mean            nan                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::stdev           nan                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateClkGateDist::total             0                       # Distribution of time spent in the clock gated state
system.iobus.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.iobus.pwrStateResidencyTicks::ON             0                       # Cumulative time (in ticks) in various power states
system.iobus.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.iobus.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.iobus.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.iobus.trans_dist::ReadReq              4348554                       # Transaction distribution
system.iobus.trans_dist::ReadResp             4348554                       # Transaction distribution
system.iobus.trans_dist::WriteReq                7569                       # Transaction distribution
system.iobus.trans_dist::WriteResp               7569                       # Transaction distribution
system.iobus.pkt_count_system.bridge.master::system.t1000.fake_membnks.pio           40                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.t1000.fake_l2_1.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.t1000.fake_l2_2.pio           12                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.t1000.fake_l2_3.pio           12                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.t1000.fake_l2_4.pio           12                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.t1000.fake_l2esr_1.pio            4                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.t1000.fake_l2esr_2.pio            4                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.t1000.fake_l2esr_3.pio            4                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.t1000.fake_l2esr_4.pio            4                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.t1000.fake_jbi.pio            2                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.t1000.puart0.pio        29218                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.t1000.hvuart.pio           36                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::system.disk0.pio      8682882                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.bridge.master::total      8712246                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.t1000.fake_membnks.pio          160                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.t1000.fake_l2_1.pio           64                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.t1000.fake_l2_2.pio           48                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.t1000.fake_l2_3.pio           48                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.t1000.fake_l2_4.pio           48                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.t1000.fake_l2esr_1.pio           16                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.t1000.fake_l2esr_2.pio           16                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.t1000.fake_l2esr_3.pio           16                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.t1000.fake_l2esr_4.pio           16                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.t1000.fake_jbi.pio            8                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.t1000.puart0.pio        14609                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.t1000.hvuart.pio           18                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::system.disk0.pio     34731524                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.bridge.master::total     34746591                       # Cumulative packet size per connected master and slave (bytes)
system.membus.numPwrStateTransitions                0                       # Number of power state transitions
system.membus.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::mean           nan                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.membus.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.membus.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.membus.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.membus.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.membus.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.membus.trans_dist::ReadReq          2573267624                       # Transaction distribution
system.membus.trans_dist::ReadResp         2573267624                       # Transaction distribution
system.membus.trans_dist::WriteReq          189322556                       # Transaction distribution
system.membus.trans_dist::WriteResp         189322556                       # Transaction distribution
system.membus.trans_dist::SwapReq             5403081                       # Transaction distribution
system.membus.trans_dist::SwapResp            5403081                       # Transaction distribution
system.membus.pkt_count_system.cpu.icache_port::system.rom.port       216148                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.cpu.icache_port::system.physmem0.port    306145662                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.cpu.icache_port::system.physmem1.port   4159053420                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.cpu.icache_port::total   4465415230                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.cpu.dcache_port::system.t1000.iob.pio           64                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.cpu.dcache_port::system.t1000.htod.pio           32                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.cpu.dcache_port::system.bridge.slave      8712246                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.cpu.dcache_port::system.rom.port       174098                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.cpu.dcache_port::system.nvram.port          752                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.cpu.dcache_port::system.hypervisor_desc.port        18048                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.cpu.dcache_port::system.partition_desc.port         1216                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.cpu.dcache_port::system.physmem0.port     28158270                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.cpu.dcache_port::system.physmem1.port   1033506566                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count_system.cpu.dcache_port::total   1070571292                       # Packet count per connected master and slave (bytes)
system.membus.pkt_count::total             5535986522                       # Packet count per connected master and slave (bytes)
system.membus.pkt_size_system.cpu.icache_port::system.rom.port       432296                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.cpu.icache_port::system.physmem0.port    612291324                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.cpu.icache_port::system.physmem1.port   8318106840                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.cpu.icache_port::total   8930830460                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.cpu.dcache_port::system.t1000.iob.pio          256                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.cpu.dcache_port::system.t1000.htod.pio          128                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.cpu.dcache_port::system.bridge.slave     34746591                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.cpu.dcache_port::system.rom.port       696392                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.cpu.dcache_port::system.nvram.port          376                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.cpu.dcache_port::system.hypervisor_desc.port        16792                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.cpu.dcache_port::system.partition_desc.port         4846                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.cpu.dcache_port::system.physmem0.port    112934471                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.cpu.dcache_port::system.physmem1.port   2454584131                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size_system.cpu.dcache_port::total   2602983983                       # Cumulative packet size per connected master and slave (bytes)
system.membus.pkt_size::total             11533814443                       # Cumulative packet size per connected master and slave (bytes)
system.membus.snoops                                0                       # Total snoops (count)
system.membus.snoop_fanout::samples        2767993261                       # Request fanout histogram
system.membus.snoop_fanout::mean             0.806616                       # Request fanout histogram
system.membus.snoop_fanout::stdev            0.394951                       # Request fanout histogram
system.membus.snoop_fanout::underflows              0      0.00%      0.00% # Request fanout histogram
system.membus.snoop_fanout::0               535285646     19.34%     19.34% # Request fanout histogram
system.membus.snoop_fanout::1              2232707615     80.66%    100.00% # Request fanout histogram
system.membus.snoop_fanout::overflows               0      0.00%    100.00% # Request fanout histogram
system.membus.snoop_fanout::min_value               0                       # Request fanout histogram
system.membus.snoop_fanout::max_value               1                       # Request fanout histogram
system.membus.snoop_fanout::total          2767993261                       # Request fanout histogram
system.membus.badaddr_responder.numPwrStateTransitions            0                       # Number of power state transitions
system.membus.badaddr_responder.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.membus.badaddr_responder.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.membus.badaddr_responder.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.membus.badaddr_responder.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.membus.badaddr_responder.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.membus.badaddr_responder.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_clk.numPwrStateTransitions            0                       # Number of power state transitions
system.t1000.fake_clk.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_clk.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.t1000.fake_clk.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_clk.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_clk.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_clk.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_jbi.numPwrStateTransitions            0                       # Number of power state transitions
system.t1000.fake_jbi.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_jbi.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.t1000.fake_jbi.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_jbi.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_jbi.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_jbi.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2_1.numPwrStateTransitions            0                       # Number of power state transitions
system.t1000.fake_l2_1.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_1.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2_1.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2_1.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2_1.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2_1.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2_2.numPwrStateTransitions            0                       # Number of power state transitions
system.t1000.fake_l2_2.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_2.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2_2.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2_2.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2_2.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2_2.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2_3.numPwrStateTransitions            0                       # Number of power state transitions
system.t1000.fake_l2_3.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_3.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2_3.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2_3.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2_3.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2_3.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2_4.numPwrStateTransitions            0                       # Number of power state transitions
system.t1000.fake_l2_4.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2_4.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2_4.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2_4.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2_4.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2_4.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2esr_1.numPwrStateTransitions            0                       # Number of power state transitions
system.t1000.fake_l2esr_1.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_1.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2esr_1.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2esr_1.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2esr_1.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2esr_1.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2esr_2.numPwrStateTransitions            0                       # Number of power state transitions
system.t1000.fake_l2esr_2.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_2.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2esr_2.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2esr_2.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2esr_2.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2esr_2.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2esr_3.numPwrStateTransitions            0                       # Number of power state transitions
system.t1000.fake_l2esr_3.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_3.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2esr_3.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2esr_3.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2esr_3.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2esr_3.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2esr_4.numPwrStateTransitions            0                       # Number of power state transitions
system.t1000.fake_l2esr_4.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_l2esr_4.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2esr_4.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2esr_4.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2esr_4.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_l2esr_4.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_membnks.numPwrStateTransitions            0                       # Number of power state transitions
system.t1000.fake_membnks.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_membnks.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.t1000.fake_membnks.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_membnks.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_membnks.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_membnks.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_ssi.numPwrStateTransitions            0                       # Number of power state transitions
system.t1000.fake_ssi.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.t1000.fake_ssi.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.t1000.fake_ssi.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_ssi.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_ssi.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.t1000.fake_ssi.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.t1000.htod.numPwrStateTransitions            0                       # Number of power state transitions
system.t1000.htod.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.t1000.htod.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.t1000.htod.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.t1000.htod.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.t1000.htod.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.t1000.htod.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.t1000.hvuart.numPwrStateTransitions            0                       # Number of power state transitions
system.t1000.hvuart.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.t1000.hvuart.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.t1000.hvuart.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.t1000.hvuart.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.t1000.hvuart.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.t1000.hvuart.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.t1000.iob.numPwrStateTransitions             0                       # Number of power state transitions
system.t1000.iob.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.t1000.iob.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.t1000.iob.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.t1000.iob.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.t1000.iob.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.t1000.iob.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states
system.t1000.puart0.numPwrStateTransitions            0                       # Number of power state transitions
system.t1000.puart0.pwrStateClkGateDist::samples            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::mean          nan                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::stdev          nan                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::underflows            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::2-1e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::1e+08-2e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::2e+08-3e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::3e+08-4e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::4e+08-5e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::5e+08-6e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::6e+08-7e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::7e+08-8e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::8e+08-9e+08            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::9e+08-1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::1e+09-1.1e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::1.1e+09-1.2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::1.2e+09-1.3e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::1.3e+09-1.4e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::1.4e+09-1.5e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::1.5e+09-1.6e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::1.6e+09-1.7e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::1.7e+09-1.8e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::1.8e+09-1.9e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::1.9e+09-2e+09            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::overflows            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::min_value            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::max_value            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateClkGateDist::total            0                       # Distribution of time spent in the clock gated state
system.t1000.puart0.pwrStateResidencyTicks::UNDEFINED   4467555024                       # Cumulative time (in ticks) in various power states
system.t1000.puart0.pwrStateResidencyTicks::ON            0                       # Cumulative time (in ticks) in various power states
system.t1000.puart0.pwrStateResidencyTicks::CLK_GATED            0                       # Cumulative time (in ticks) in various power states
system.t1000.puart0.pwrStateResidencyTicks::SRAM_RETENTION            0                       # Cumulative time (in ticks) in various power states
system.t1000.puart0.pwrStateResidencyTicks::OFF            0                       # Cumulative time (in ticks) in various power states

---------- End Simulation Statistics   ----------