Commit Graph

46 Commits

Author SHA1 Message Date
thecraftianman
12d3f4ee8b Prevent constant UI layout loops 2024-06-24 13:53:55 -04:00
Falco Peijnenburg
4ff317b6f7 Remove locals and upvalues data
This was not used.

Fixes #17
2022-12-31 19:06:03 +01:00
Skay
c85f5bb581
Development Purposes for other gamemodes 2022-05-28 23:46:36 +03:00
CapsAdmin
83ad1d79ee fix sorting columns by numeric value in listview 2021-02-21 19:17:31 +01:00
pack
be28b74308
Make all "!", "!=" into "not", "~="
Sorry if I did something wrong.
2019-03-05 14:17:18 +10:00
Kevin
6342602f28 removed local var dupe 2016-07-15 13:32:57 +02:00
FPtje
96727ceac3 Made some variables local 2016-07-10 15:54:03 +02:00
FPtje
cab00ff2ea Fixed #4 2016-06-20 19:14:07 +02:00
uRandomAlex
7e6361016b Make startup faster
Make startup faster (that's funny to see something like this in profiler)
2016-05-25 14:32:38 +10:00
FPtje
aa7f31ef2f Should fix issue when opening FProfiler in a server that doesn't have it installed 2016-05-22 13:07:50 +02:00
Rubat
d9625be0cf Better support for small screen resolutions
Comparison:
http://i.imgur.com/8PeVx2Y.png
2016-05-11 15:03:40 +03:00
Falco Peijnenburg
0448537c9d Same SysTime trick on client 2016-05-07 10:33:27 +02:00
Falco Peijnenburg
b5badb3fc7 Use SysTime for total record time, still CurTime for the live counter 2016-05-07 10:21:33 +02:00
Falco Peijnenburg
515985ce01 Fixed #1 2016-05-07 10:12:59 +02:00
FPtje
025b820a3a Fixed indexing non-table errors 2016-05-03 20:06:16 +02:00
FPtje
51e2a4c12c Fixed functions unfinished when profile stops from messing up the results of a second profiling session 2016-05-01 18:00:20 +02:00
FPtje
e98a3e60e0 Server API 2016-05-01 17:27:26 +02:00
FPtje
91e989539a Client API 2016-05-01 17:12:08 +02:00
FPtje
1969ca69b4 Renamed the internal functions to make room for an API 2016-05-01 16:58:00 +02:00
FPtje
6db65a9afe More comments in frame 2016-05-01 16:48:28 +02:00
FPtje
48206edf8d Full syncing of server profiling between clients 2016-05-01 16:44:41 +02:00
FPtje
f6d78d504e Moved frame visible to model 2016-05-01 14:17:47 +02:00
FPtje
6829d7a6f6 Fixed server things getting in client ui when lag happens 2016-05-01 13:44:36 +02:00
FPtje
aca2b4fbd6 CAMI support 2016-05-01 11:34:13 +02:00
FPtje
2fa0ecf742 Fixed up printing a function's details for serverside stuff 2016-04-30 22:49:19 +02:00
FPtje
a280bb70f3 Fixed unknown names showing on server list as empty string 2016-04-30 19:55:44 +02:00
FPtje
f9bcee73ce Show source of function 2016-04-30 19:41:41 +02:00
FPtje
02e5163197 Send server info to client 2016-04-30 18:59:51 +02:00
FPtje
2a82d8ca92 Start on server networking 2016-04-29 22:23:22 +02:00
FPtje
0ece10bd93 Whoops, regression in to console button 2016-04-29 22:23:12 +02:00
FPtje
5144255d49 Read source file 2016-04-29 21:31:35 +02:00
FPtje
97fed941e1 Print to file in case it doesn't fit in console 2016-04-29 20:41:29 +02:00
FPtje
257fd127c1 Pretty print to string 2016-04-27 22:32:30 +02:00
FPtje
bf3c56454f Also show values of local variables in top 50 2016-04-27 22:32:22 +02:00
FPtje
ee5ffa6965 Descriptive tooltip 2016-04-26 22:11:03 +02:00
FPtje
c569d06e89 Working focus 2016-04-26 22:08:16 +02:00
FPtje
68aee70633 Yes, put the pretty print in there 2016-04-26 20:01:35 +02:00
FPtje
27482af449 Two nice buttons 2016-04-25 21:37:59 +02:00
FPtje
3f6d288b15 Sidebar panel 2016-04-25 21:23:49 +02:00
FPtje
b52eaabf41 Fixed some timer quirks 2016-04-25 20:56:48 +02:00
FPtje
c1076342b7 Fixed lag by limiting output 2016-04-25 20:33:56 +02:00
FPtje
2e85775e1f Slightly better visualisation of time 2016-04-25 20:26:00 +02:00
FPtje
c60c5dbab9 Timer that shows how long we've been profiling 2016-04-25 20:05:57 +02:00
FPtje
7605a4eaa2 Client control 2016-04-24 22:22:42 +02:00
FPtje
43cb639189 Start on simple UI 2016-04-24 19:57:37 +02:00
FPtje
fe19caf889 Initial FProfiler commit.
Note: this is a heavy WIP.
2016-04-24 13:49:06 +02:00