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.400
PlainDate::forEpochDays() 13.200
PlainDate::toEpochDays() 4.000
PlainDate::dayOfWeek() 6.400
OffsetDateTime::forEpochSeconds() 20.800
OffsetDateTime::toEpochSeconds() 11.600
ZonedDateTime::toEpochSeconds() 11.600
ZonedDateTime::toEpochDays() 9.800
ZonedDateTime::forEpochSeconds(UTC) 23.400
ZonedDateTime::forEpochSeconds(Basic_nocache) 218.400
ZonedDateTime::forEpochSeconds(Basic_cached) 45.000
ZonedDateTime::forEpochSeconds(Extended_nocache) 548.600
ZonedDateTime::forEpochSeconds(Extended_cached) 56.000
ZonedDateTime::forEpochSeconds(Complete_nocache) 668.800
ZonedDateTime::forEpochSeconds(Complete_cached) 56.000
ZonedDateTime::forComponents(Basic_nocache) 278.600
ZonedDateTime::forComponents(Basic_cached) 95.600
ZonedDateTime::forComponents(Extended_nocache) 418.400
ZonedDateTime::forComponents(Extended_cached) 17.200
ZonedDateTime::forComponents(Complete_nocache) 538.800
ZonedDateTime::forComponents(Complete_cached) 17.200
ZonedExtra::forEpochSeconds(Basic_nocache) 201.000
ZonedExtra::forEpochSeconds(Basic_cached) 27.800
ZonedExtra::forEpochSeconds(Extended_nocache) 531.000
ZonedExtra::forEpochSeconds(Extended_cached) 39.000
ZonedExtra::forEpochSeconds(Complete_nocache) 651.000
ZonedExtra::forEpochSeconds(Complete_cached) 39.000
ZonedExtra::forComponents(Basic_nocache) 281.800
ZonedExtra::forComponents(Basic_cached) 99.000
ZonedExtra::forComponents(Extended_nocache) 421.600
ZonedExtra::forComponents(Extended_cached) 20.800
ZonedExtra::forComponents(Complete_nocache) 542.200
ZonedExtra::forComponents(Complete_cached) 20.600
BasicZoneRegistrar::findIndexForName(binary) 16.000
BasicZoneRegistrar::findIndexForIdBinary() 4.400
BasicZoneRegistrar::findIndexForIdLinear() 13.400
ExtendedZoneRegistrar::findIndexForName(binary) 16.600
ExtendedZoneRegistrar::findIndexForIdBinary() 4.000
ExtendedZoneRegistrar::findIndexForIdLinear() 13.200
CompleteZoneRegistrar::findIndexForName(binary) 16.200
CompleteZoneRegistrar::findIndexForIdBinary() 4.000
CompleteZoneRegistrar::findIndexForIdLinear() 13.000
Iterations_per_run 5000
END
