libghostty: export benchmark CLI API

This commit is contained in:
Mitchell Hashimoto
2025-07-09 11:33:00 -07:00
parent 01b2545d1d
commit 20bb71c627
9 changed files with 114 additions and 31 deletions

View File

@@ -932,6 +932,9 @@ bool ghostty_inspector_metal_shutdown(ghostty_inspector_t);
// Don't use these unless you know what you're doing.
void ghostty_set_window_background_blur(ghostty_app_t, void*);
// Benchmark API, if available.
bool ghostty_benchmark_cli(const char*, const char*);
#ifdef __cplusplus
}
#endif