File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -406,18 +406,18 @@ void BM_PlanetariumPlotMethod4(
406
406
near, \
407
407
(plotting_frame)) \
408
408
->Unit(benchmark::kMillisecond ); \
409
- BENCHMARK_CAPTURE (BM_PlanetariumPlotMethod3, \
410
- Far##name, \
411
- (perspective), \
412
- far, \
413
- (plotting_frame)) \
414
- ->Unit(benchmark::kMillisecond ); \
415
409
BENCHMARK_CAPTURE (BM_PlanetariumPlotMethod4, \
416
410
Near##name, \
417
411
(perspective), \
418
412
near, \
419
413
(plotting_frame)) \
420
414
->Unit(benchmark::kMillisecond ); \
415
+ BENCHMARK_CAPTURE (BM_PlanetariumPlotMethod3, \
416
+ Far##name, \
417
+ (perspective), \
418
+ far, \
419
+ (plotting_frame)) \
420
+ ->Unit(benchmark::kMillisecond ); \
421
421
BENCHMARK_CAPTURE (BM_PlanetariumPlotMethod4, \
422
422
Far##name, \
423
423
(perspective), \
You can’t perform that action at this time.
0 commit comments