@@ -567,56 +567,56 @@ BENCHMARK_CAPTURE(BM_DlRegion_Operation,
567
567
false ,
568
568
30 ,
569
569
kSizeFactorSmall )
570
- ->Unit (benchmark::kNanosecond );
570
+ ->Unit (benchmark::kMicrosecond );
571
571
BENCHMARK_CAPTURE (BM_SkRegion_Operation,
572
572
Intersection_TinyAssymetric,
573
573
RegionOp::kIntersection ,
574
574
false ,
575
575
30 ,
576
576
kSizeFactorSmall )
577
- ->Unit (benchmark::kNanosecond );
577
+ ->Unit (benchmark::kMicrosecond );
578
578
BENCHMARK_CAPTURE (BM_DlRegion_Operation,
579
579
Intersection_SmallAssymetric,
580
580
RegionOp::kIntersection ,
581
581
false ,
582
582
100 ,
583
583
kSizeFactorSmall )
584
- ->Unit (benchmark::kNanosecond );
584
+ ->Unit (benchmark::kMicrosecond );
585
585
BENCHMARK_CAPTURE (BM_SkRegion_Operation,
586
586
Intersection_SmallAssymetric,
587
587
RegionOp::kIntersection ,
588
588
false ,
589
589
100 ,
590
590
kSizeFactorSmall )
591
- ->Unit (benchmark::kNanosecond );
591
+ ->Unit (benchmark::kMicrosecond );
592
592
BENCHMARK_CAPTURE (BM_DlRegion_Operation,
593
593
Intersection_MediumAssymetric,
594
594
RegionOp::kIntersection ,
595
595
false ,
596
596
400 ,
597
597
kSizeFactorSmall )
598
- ->Unit (benchmark::kNanosecond );
598
+ ->Unit (benchmark::kMicrosecond );
599
599
BENCHMARK_CAPTURE (BM_SkRegion_Operation,
600
600
Intersection_MediumAssymetric,
601
601
RegionOp::kIntersection ,
602
602
false ,
603
603
400 ,
604
604
kSizeFactorSmall )
605
- ->Unit (benchmark::kNanosecond );
605
+ ->Unit (benchmark::kMicrosecond );
606
606
BENCHMARK_CAPTURE (BM_DlRegion_Operation,
607
607
Intersection_LargeAssymetric,
608
608
RegionOp::kIntersection ,
609
609
false ,
610
610
1500 ,
611
611
kSizeFactorSmall )
612
- ->Unit (benchmark::kNanosecond );
612
+ ->Unit (benchmark::kMicrosecond );
613
613
BENCHMARK_CAPTURE (BM_SkRegion_Operation,
614
614
Intersection_LargeAssymetric,
615
615
RegionOp::kIntersection ,
616
616
false ,
617
617
1500 ,
618
618
kSizeFactorSmall )
619
- ->Unit (benchmark::kNanosecond );
619
+ ->Unit (benchmark::kMicrosecond );
620
620
621
621
BENCHMARK_CAPTURE (BM_DlRegion_Operation,
622
622
Intersection_SingleRect_Tiny,
0 commit comments