SIZEOF
sizeof(PlainDate): 4
sizeof(PlainTime): 4
sizeof(PlainDateTime): 8
sizeof(TimeOffset): 4
sizeof(OffsetDateTime): 12
sizeof(TimeZone): 12
sizeof(TimeZoneData): 8
sizeof(ZonedDateTime): 24
sizeof(ZonedExtra): 28
sizeof(TimePeriod): 4
Basic:
  sizeof(basic::Info::ZoneContext): 28
  sizeof(basic::Info::ZoneEra): 16
  sizeof(basic::Info::ZoneInfo): 24
  sizeof(basic::Info::ZoneRule): 9
  sizeof(basic::Info::ZonePolicy): 8
  sizeof(basic::ZoneRegistrar): 8
  sizeof(BasicZoneProcessor): 208
  sizeof(BasicZoneProcessorCache<1>): 216
  sizeof(BasicZoneManager): 12
  sizeof(BasicZoneProcessor::Transition): 36
Extended:
  sizeof(extended::Info::ZoneContext): 28
  sizeof(extended::Info::ZoneEra): 16
  sizeof(extended::Info::ZoneInfo): 24
  sizeof(extended::Info::ZoneRule): 9
  sizeof(extended::Info::ZonePolicy): 8
  sizeof(extended::ZoneRegistrar): 8
  sizeof(ExtendedZoneProcessor): 752
  sizeof(ExtendedZoneProcessorCache<1>): 760
  sizeof(ExtendedZoneManager): 12
  sizeof(ExtendedZoneProcessor::Transition): 64
  sizeof(ExtendedZoneProcessor::TransitionStorage): 548
  sizeof(ExtendedZoneProcessor::MatchingEra): 44
Complete:
  sizeof(complete::Info::ZoneContext): 28
  sizeof(complete::Info::ZoneEra): 20
  sizeof(complete::Info::ZoneInfo): 24
  sizeof(complete::Info::ZoneRule): 12
  sizeof(complete::Info::ZonePolicy): 8
  sizeof(complete::ZoneRegistrar): 8
  sizeof(CompleteZoneProcessor): 752
  sizeof(CompleteZoneProcessorCache<1>): 760
  sizeof(CompleteZoneManager): 12
  sizeof(CompleteZoneProcessor::Transition): 64
  sizeof(CompleteZoneProcessor::TransitionStorage): 548
  sizeof(CompleteZoneProcessor::MatchingEra): 44
BENCHMARKS
EmptyLoop 1.200
PlainDate::forEpochDays() 0.750
PlainDate::toEpochDays() 0.350
PlainDate::dayOfWeek() 0.450
OffsetDateTime::forEpochSeconds() 1.300
OffsetDateTime::toEpochSeconds() 1.500
ZonedDateTime::toEpochSeconds() 1.350
ZonedDateTime::toEpochDays() 1.100
ZonedDateTime::forEpochSeconds(UTC) 1.950
ZonedDateTime::forEpochSeconds(Basic_nocache) 23.250
ZonedDateTime::forEpochSeconds(Basic_cached) 2.350
ZonedDateTime::forEpochSeconds(Extended_nocache) 69.250
ZonedDateTime::forEpochSeconds(Extended_cached) 4.000
ZonedDateTime::forEpochSeconds(Complete_nocache) 75.000
ZonedDateTime::forEpochSeconds(Complete_cached) 4.000
ZonedDateTime::forComponents(Basic_nocache) 29.900
ZonedDateTime::forComponents(Basic_cached) 9.700
ZonedDateTime::forComponents(Extended_nocache) 55.950
ZonedDateTime::forComponents(Extended_cached) 1.150
ZonedDateTime::forComponents(Complete_nocache) 61.950
ZonedDateTime::forComponents(Complete_cached) 1.150
ZonedExtra::forEpochSeconds(Basic_nocache) 23.150
ZonedExtra::forEpochSeconds(Basic_cached) 1.550
ZonedExtra::forEpochSeconds(Extended_nocache) 68.200
ZonedExtra::forEpochSeconds(Extended_cached) 3.000
ZonedExtra::forEpochSeconds(Complete_nocache) 77.550
ZonedExtra::forEpochSeconds(Complete_cached) 3.000
ZonedExtra::forComponents(Basic_nocache) 37.250
ZonedExtra::forComponents(Basic_cached) 9.950
ZonedExtra::forComponents(Extended_nocache) 56.150
ZonedExtra::forComponents(Extended_cached) 1.300
ZonedExtra::forComponents(Complete_nocache) 65.700
ZonedExtra::forComponents(Complete_cached) 1.300
BasicZoneRegistrar::findIndexForName(binary) 3.000
BasicZoneRegistrar::findIndexForIdBinary() 0.750
BasicZoneRegistrar::findIndexForIdLinear() 2.700
ExtendedZoneRegistrar::findIndexForName(binary) 3.000
ExtendedZoneRegistrar::findIndexForIdBinary() 0.700
ExtendedZoneRegistrar::findIndexForIdLinear() 2.750
CompleteZoneRegistrar::findIndexForName(binary) 3.100
CompleteZoneRegistrar::findIndexForIdBinary() 0.700
CompleteZoneRegistrar::findIndexForIdLinear() 2.800
Iterations_per_run 20000
END
