Here's the log output for those two commands:
2304.853 Script local d=remote.call("smart-enemy-ai","diag_spawner_registry") game.print("bootstrap_pending="..tostring(d.bootstrap_pending)) log(serpent.block(d)):1: {
bootstrap_pending = false,
stats = {
bootstrap_duration_ticks = 68550,
bootstrap_end_tick = 57224064,
bootstrap_start_tick = 57155514,
fallback_calls = {
raid_candidates = 1,
raid_lookup_bootstrap = 1,
retreat = 3
},
stale_pruned = 0
},
surfaces = {
nauvis = {
bootstrap_done = true,
chunk_count_actual = 3699,
chunk_count_array = 3699,
chunk_count_in_sync = true,
chunk_count_stored = 3699,
total_spawners = 13269
}
}
}
2318.901 Script log(serpent.block(remote.call("smart-enemy-ai","diag_performance_budgets").measured)):1: {
["raid_scheduler.candidate_classify"] = {
avg_work = 62.090277777777779,
last_tick = 57465222,
last_work = 43,
max_work = 64,
slice_count = 144,
total_work = 8941
},
["spawner_registry.bootstrap_drain"] = {
avg_work = 15.969271290605795,
last_tick = 57224034,
last_work = 3,
max_work = 16,
slice_count = 2278,
total_work = 36378
},
["spawner_registry.bootstrap_snapshot"] = {
avg_work = 5196.8571428571431,
last_tick = 57207234,
last_work = 8947,
max_work = 15801,
slice_count = 7,
total_work = 36378
}
}