SIZEOF
sizeof(LocalDate): 4
sizeof(LocalTime): 4
sizeof(LocalDateTime): 8
sizeof(TimeOffset): 4
sizeof(OffsetDateTime): 12
sizeof(TimeZone): 5
sizeof(TimeZoneData): 5
sizeof(ZonedDateTime): 17
sizeof(ZonedExtra): 25
sizeof(TimePeriod): 4
Basic:
  sizeof(basic::ZoneContext): 20
  sizeof(basic::ZoneEra): 11
  sizeof(basic::ZoneInfo): 13
  sizeof(basic::ZoneRule): 9
  sizeof(basic::ZonePolicy): 3
  sizeof(basic::ZoneRegistrar): 5
  sizeof(BasicZoneProcessor): 148
  sizeof(BasicZoneProcessorCache<1>): 152
  sizeof(BasicZoneManager): 7
  sizeof(BasicZoneProcessor::Transition): 27
Extended:
  sizeof(extended::ZoneContext): 20
  sizeof(extended::ZoneEra): 11
  sizeof(extended::ZoneInfo): 13
  sizeof(extended::ZoneRule): 9
  sizeof(extended::ZonePolicy): 3
  sizeof(extended::ZoneRegistrar): 5
  sizeof(ExtendedZoneProcessor): 561
  sizeof(ExtendedZoneProcessorCache<1>): 565
  sizeof(ExtendedZoneManager): 7
  sizeof(ExtendedZoneProcessor::Transition): 50
  sizeof(ExtendedZoneProcessor::TransitionStorage): 420
  sizeof(ExtendedZoneProcessor::MatchingEra): 32
Complete:
  sizeof(complete::ZoneContext): 20
  sizeof(complete::ZoneEra): 15
  sizeof(complete::ZoneInfo): 13
  sizeof(complete::ZoneRule): 12
  sizeof(complete::ZonePolicy): 3
  sizeof(complete::ZoneRegistrar): 5
  sizeof(CompleteZoneProcessor): 561
  sizeof(CompleteZoneProcessorCache<1>): 565
  sizeof(CompleteZoneManager): 7
  sizeof(CompleteZoneProcessor::Transition): 50
  sizeof(CompleteZoneProcessor::TransitionStorage): 420
  sizeof(CompleteZoneProcessor::MatchingEra): 32
BENCHMARKS
EmptyLoop 3.000
LocalDate::forEpochDays() 245.000
LocalDate::toEpochDays() 51.000
LocalDate::dayOfWeek() 50.000
OffsetDateTime::forEpochSeconds() 365.000
OffsetDateTime::toEpochSeconds() 76.000
ZonedDateTime::toEpochSeconds() 75.000
ZonedDateTime::toEpochDays() 65.000
ZonedDateTime::forEpochSeconds(UTC) 396.000
ZonedDateTime::forEpochSeconds(Basic_nocache) 1737.000
ZonedDateTime::forEpochSeconds(Basic_cached) 712.000
ZonedDateTime::forEpochSeconds(Extended_nocache) -1
ZonedDateTime::forEpochSeconds(Extended_cached) -1
ZonedDateTime::forEpochSeconds(Complete_nocache) -1
ZonedDateTime::forEpochSeconds(Complete_cached) -1
ZonedDateTime::forComponents(Basic_nocache) 2281.000
ZonedDateTime::forComponents(Basic_cached) 1261.000
ZonedDateTime::forComponents(Extended_nocache) -1
ZonedDateTime::forComponents(Extended_cached) -1
ZonedDateTime::forComponents(Complete_nocache) -1
ZonedDateTime::forComponents(Complete_cached) -1
ZonedExtra::forEpochSeconds(Basic_nocache) 1411.000
ZonedExtra::forEpochSeconds(Basic_cached) 383.000
ZonedExtra::forEpochSeconds(Extended_nocache) -1
ZonedExtra::forEpochSeconds(Extended_cached) -1
ZonedExtra::forEpochSeconds(Complete_nocache) -1
ZonedExtra::forEpochSeconds(Complete_cached) -1
ZonedExtra::forComponents(Basic_nocache) 2307.000
ZonedExtra::forComponents(Basic_cached) 1287.000
ZonedExtra::forComponents(Extended_nocache) -1
ZonedExtra::forComponents(Extended_cached) -1
ZonedExtra::forComponents(Complete_nocache) -1
ZonedExtra::forComponents(Complete_cached) -1
BasicZoneRegistrar::findIndexForName(binary) 118.000
BasicZoneRegistrar::findIndexForIdBinary() 47.000
BasicZoneRegistrar::findIndexForIdLinear() 301.000
ExtendedZoneRegistrar::findIndexForName(binary) -1
ExtendedZoneRegistrar::findIndexForIdBinary() -1
ExtendedZoneRegistrar::findIndexForIdLinear() -1
CompleteZoneRegistrar::findIndexForName(binary) -1
CompleteZoneRegistrar::findIndexForIdBinary() -1
CompleteZoneRegistrar::findIndexForIdLinear() -1
Iterations_per_run 1000
END
