quakeforge/libs/console
Bill Currie 010c658653 [build] Add support for building with Tracy
Tracy is a frame profiler: https://github.com/wolfpld/tracy

This uses Tracy's C API to instrument the code (already added in several
places). It turns out there is something very weird with the fence
behavior between the staging buffers and render commands as the
inter-frame delay occurs in a very strangle place (in the draw code's
packet acquisition rather than the fence waiter that's there for that
purpose). I suspect some tangled dependencies.
2023-11-28 15:54:55 +09:00
..
test Implement clang support 2023-08-11 14:25:01 +09:00
bi_inputline.c [console] Plug more memory leaks 2023-03-05 18:31:30 +09:00
buffer.c [console] Add a function to clear the scroll-back buffer 2022-09-20 12:14:01 +09:00
cl_debug.c [console] Release the mouse when showing the mouse 2023-08-06 12:57:22 +09:00
client.c [build] Add support for building with Tracy 2023-11-28 15:54:55 +09:00
complete.c [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
console.c [console] Provide control of cursor visibility 2023-06-30 14:57:04 +09:00
filelist.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
list.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
Makemodule.am [console] Start work on a debug UI 2023-07-01 20:00:26 +09:00
menu.c [console] Start work on a debug UI 2023-07-01 20:00:26 +09:00
server.c [console] Fix a build failure without ncurses 2023-09-03 22:18:25 +09:00