SIZEOF
sizeof(LocalDate): 4
sizeof(LocalTime): 4
sizeof(LocalDateTime): 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 5.000
LocalDate::forEpochDays() 7.000
LocalDate::toEpochDays() 3.500
LocalDate::dayOfWeek() 3.500
OffsetDateTime::forEpochSeconds() 12.500
OffsetDateTime::toEpochSeconds() 7.000
ZonedDateTime::toEpochSeconds() 6.500
ZonedDateTime::toEpochDays() 5.000
ZonedDateTime::forEpochSeconds(UTC) 14.000
ZonedDateTime::forEpochSeconds(Basic_nocache) 146.000
ZonedDateTime::forEpochSeconds(Basic_cached) 21.500
ZonedDateTime::forEpochSeconds(Extended_nocache) 364.000
ZonedDateTime::forEpochSeconds(Extended_cached) 28.000
ZonedDateTime::forEpochSeconds(Complete_nocache) 447.000
ZonedDateTime::forEpochSeconds(Complete_cached) 28.000
ZonedDateTime::forComponents(Basic_nocache) 163.500
ZonedDateTime::forComponents(Basic_cached) 45.500
ZonedDateTime::forComponents(Extended_nocache) 273.000
ZonedDateTime::forComponents(Extended_cached) 2.500
ZonedDateTime::forComponents(Complete_nocache) 417.000
ZonedDateTime::forComponents(Complete_cached) 49.500
ZonedExtra::forEpochSeconds(Basic_nocache) 139.500
ZonedExtra::forEpochSeconds(Basic_cached) 11.000
ZonedExtra::forEpochSeconds(Extended_nocache) 329.500
ZonedExtra::forEpochSeconds(Extended_cached) 17.500
ZonedExtra::forEpochSeconds(Complete_nocache) 436.500
ZonedExtra::forEpochSeconds(Complete_cached) 17.500
ZonedExtra::forComponents(Basic_nocache) 166.500
ZonedExtra::forComponents(Basic_cached) 48.000
ZonedExtra::forComponents(Extended_nocache) 252.000
ZonedExtra::forComponents(Extended_cached) 5.000
ZonedExtra::forComponents(Complete_nocache) 348.500
ZonedExtra::forComponents(Complete_cached) 5.000
BasicZoneRegistrar::findIndexForName(binary) 17.500
BasicZoneRegistrar::findIndexForIdBinary() 7.000
BasicZoneRegistrar::findIndexForIdLinear() 42.500
ExtendedZoneRegistrar::findIndexForName(binary) 18.500
ExtendedZoneRegistrar::findIndexForIdBinary() 6.500
ExtendedZoneRegistrar::findIndexForIdLinear() 42.500
CompleteZoneRegistrar::findIndexForName(binary) 19.000
CompleteZoneRegistrar::findIndexForIdBinary() 7.000
CompleteZoneRegistrar::findIndexForIdLinear() 42.500
Iterations_per_run 2000
END
