Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Performance in recent engine

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
3/22/2022 4:26:58 AMUSrankchaplol before revert after revert
3/22/2022 3:48:44 AMUSrankchaplol before revert after revert
3/22/2022 3:41:27 AMUSrankchaplol before revert after revert
3/22/2022 3:28:38 AMUSrankchaplol before revert after revert
3/22/2022 3:25:27 AMUSrankchaplol before revert after revert
3/22/2022 3:25:02 AMUSrankchaplol before revert after revert
Before After
1 Sometime in the past two releases, it seems that endgame drags to a complete halt on my machine. The biggest identifiable pattern is "lots of stuff happens on the screen", but that's not helpful information. So, I'd like to have a hack at trying to figure out what's going on myself. That said, I'm hitting roadblocks in building testing methodologies, logging information for post-hoc analysis, non-familiarity with existing testing toolchains, etc and could use some pointers towards to set me in the right direction. 1 Sometime in the past two releases, it seems that endgame drags to a complete halt on my machine. The biggest identifiable pattern is "lots of stuff happens on the screen", but that's not helpful information. So, I'd like to have a hack at trying to figure out what's going on myself. That said, I'm hitting roadblocks in building testing methodologies, logging information for post-hoc analysis, non-familiarity with existing testing toolchains, etc and could use some pointers to set me in the right direction.
2 \n 2 \n
3 To start, maybe y'all can answer some questions: 3 To start, maybe y'all can answer some questions:
4 * What's a good methodology for consistently building performance metrics, generally? I figure that running a known replay would work, but I don't have enough familiarity with ZK's engine to know if there are hidden nuances that would make that a good or bad test. 4 * What's a good methodology for consistently building performance metrics, generally? I figure that running a known replay would work, but I don't have enough familiarity with ZK's engine to know if there are hidden nuances that would make that a good or bad test.
5 * How can I collect detailed logs of performance of ZK? I tried the FPS logger widget, but I'm interested in (at least) all information found in the /debug screen, but I'm sure there's more helpful queryable info to pull. Really, the more data, the better -- I'm not shy to loads of perf data. If I need to modify or create a widget, that's fine. 5 * How can I collect detailed logs of performance of ZK? I tried the FPS logger widget, but I'm interested in (at least) all information found in the /debug screen, but I'm sure there's more helpful queryable info to pull. Really, the more data, the better -- I'm not shy to loads of perf data. If I need to modify or create a widget, that's fine.
6 * Is there a decent/documented way to read replays programatically so that I can correlate a past game's game-state with logged performance logs? Ideally, I'd also like to modify (or build from scratch) replay files and run tests on top of those. (I realize that's probably not as simple as just inserting client/server commands into a save file, but I'm willing to learn the file spec to the Nth degree to find a way.) https://github.com/dansan/spring-replay-site/blob/master/srs/parse_demo_file.py looks like it's a good start, but I'd like to understand gotchas first before just diving into that so that I don't waste too much time. 6 * Is there a decent/documented way to read replays programatically so that I can correlate a past game's game-state with logged performance logs? Ideally, I'd also like to modify (or build from scratch) replay files and run tests on top of those. (I realize that's probably not as simple as just inserting client/server commands into a save file, but I'm willing to learn the file spec to the Nth degree to find a way.) https://github.com/dansan/spring-replay-site/blob/master/srs/parse_demo_file.py looks like it's a good start, but I'd like to understand gotchas first before just diving into that so that I don't waste too much time.
7 * What's the best source of low-level documentation of the spring engine? If you can hold off a "Look at the code" answer so that I can at least have a starting point, I would appreciate it. If the documentation's non-existent or just bad, pointing me to some important components would be helpful. 7 * What's the best source of low-level documentation of the spring engine? If you can hold off a "Look at the code" answer so that I can at least have a starting point, I would appreciate it. If the documentation's non-existent or just bad, pointing me to some important components would be helpful.
8 * What toolchains exist to launch a ZK game from start to end, either from CLI or some other automation? My goal would be to collect metrics against different config settings changes, changing engine number, adding AIs.. things like that. 8 * What toolchains exist to launch a ZK game from start to end, either from CLI or some other automation? My goal would be to collect metrics against different config settings changes, changing engine number, adding AIs.. things like that.
9 \n 9 \n
10 If a dev would be able and willing to work with me for an hour or so one of these nights in doing a brain dump of sorts, I'd love to chat. 10 If a dev would be able and willing to work with me for an hour or so one of these nights in doing a brain dump of sorts, I'd love to chat.
11 \n 11 \n
12 Cheers. 12 Cheers.