open_toontown_panda3d/pandatool/src/pstatserver
rdb fb14c29525 pstats: Server can handle new protocol version 2.3
It changes the following things:
* Changes the counts in the PStatFrameData from uint16 to uint32, since I was hitting the value limit in some heavy frames with Python profiling enabled - no good reason for this limitation, so this allows removing it later
* Adds a T_expire_thread message, which I can use later to fix #450

These features are not used on the client side, but will be used on master.  Adding these changes here now makes it possible to use a master client with a 1.10.13 version of the server (can be useful if you can't compile Panda on the host).
2022-12-10 19:45:29 +01:00
..
p3pstatserver_composite1.cxx Remove executable permissions from files that don't need them 2015-04-05 15:41:49 +02:00
pStatClientData.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
pStatClientData.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
pStatGraph.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
pStatGraph.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
pStatGraph.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
pStatListener.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
pStatListener.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
pStatMonitor.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
pStatMonitor.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
pStatMonitor.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
pStatPianoRoll.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
pStatPianoRoll.cxx pstatclient: Rename config_pstats to config_pstatclient 2018-05-14 02:36:42 -06:00
pStatPianoRoll.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
pStatReader.cxx pstats: Server can handle new protocol version 2.3 2022-12-10 19:45:29 +01:00
pStatReader.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
pStatServer.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
pStatServer.h general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
pStatStripChart.I pstats: Show collector start/stop pair count in time-based graphs 2022-11-29 13:01:55 +01:00
pStatStripChart.cxx pstats: Show collector start/stop pair count in time-based graphs 2022-11-29 13:01:55 +01:00
pStatStripChart.h pstats: Show collector start/stop pair count in time-based graphs 2022-11-29 13:01:55 +01:00
pStatThreadData.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
pStatThreadData.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
pStatThreadData.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
pStatView.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
pStatView.cxx pstats: Support nested start/stop pairs in the server, accept 3.1 2022-11-29 15:48:02 +01:00
pStatView.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
pStatViewLevel.I pstats: Show collector start/stop pair count in time-based graphs 2022-11-29 13:01:55 +01:00
pStatViewLevel.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
pStatViewLevel.h pstats: Show collector start/stop pair count in time-based graphs 2022-11-29 13:01:55 +01:00