Added GLFW/OpenGL stats drawer written in C++.

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni Uhlig 2023-07-16 22:19:20 +02:00
parent 92b3c76446
commit 425617abdf
No known key found for this signature in database
GPG key ID: 22C5333D922537D2
3 changed files with 8 additions and 0 deletions

3
.gitmodules vendored
View file

@ -9,3 +9,6 @@
[submodule "examples/js-rt-analyzer-frontend"]
path = examples/js-rt-analyzer-frontend
url = https://gitlab.com/verzulli/ndpid-rt-analyzer-frontend.git
[submodule "examples/cxx-graph"]
path = examples/cxx-graph
url = https://github.com/utoni/nDPId-Graph.git

View file

@ -26,6 +26,10 @@ Tiny nDPId json dumper. Does not provide any useful funcationality besides dumpi
Integration example that verifies flow timeouts on SIGUSR1.
## cxx-graph
A standalone GLFW/OpenGL application that draws statistical data using ImWeb/ImPlot/ImGui.
## js-rt-analyzer
[nDPId-rt-analyzer](https://gitlab.com/verzulli/ndpid-rt-analyzer.git)

1
examples/cxx-graph Submodule

@ -0,0 +1 @@
Subproject commit 3491eafcd17d4a99653c5491c39260c6651635f4