20 comments
@er1n this is both one of my biggest agony points in UI design and one reason I haven't released SotF :P I can lag it in some cases and it really bugs me because I can't figure out why, not even with flame graphs and profiler timelines
0
0
29 May 2018 at 4:41 | Open on sdfn-01.ninjawedding.org
@ninjawedding i was actually thinking about your scrolling demo when i cc'd you :) @LottieVixen @ninjawedding @er1n profiler output visualization tool, helps you see what functions and system calls your program is spending the most time on this, or similar (like what erin linked) : @cascode @LottieVixen @ninjawedding the difference with what i posted is that it's very good for monitoring infrequent events oh heck this looks awesome, also erm....the delay may be toot.cat fed issues....*sigh* @ninjawedding @LottieVixen @cascode telemetry is theoretically amazing but it's also probably unfathomably expensive, like so expensive that they just say "contact us if you're interested" @LottieVixen @er1n @cascode I think you would do fine -- Telemetry's data comes from hooks you write into the code, so they work a lot like print statements
(or so I hear) @er1n @LottieVixen @cascode heh yeah -- when I first saw Telemetry in use I was like "oh how much could this be? certainly no worse than CLion"
lol me @ninjawedding @er1n @cascode I mean..... I my debugging so far is print statements. |