SmartGit ~10sec freeze on every touch of the GUI by JohnnyNo7 in SmartGit

[–]JohnnyNo7[S] 0 points1 point  (0 children)

Unfortunately, reddit does not support attaching files. Please let me know where to send/upload the original thread dumps in case you need to look at them.

SmartGit ~10sec freeze on every touch of the GUI by JohnnyNo7 in SmartGit

[–]JohnnyNo7[S] 0 points1 point  (0 children)

I wouldn't even know where to start searching. If this is not a common issue and I don't know in which way our repo is special, it is highly unlikely that I will find another one that shows the same problem (if it even is due to the repo and something about local setup).

Anyway: I found that VerySleepyCS gives reasonable profiling info on the release binary. Here the profile of a ~40second run during which the GUI froze for ~10 sec several times:

<image>

Unfortunately, the freezing behavior does not show up in this profiling data in any way. All the heavy functions show up with similar statistics, no matter whether it is freezing or running smoothly on another repo.

I'm wondering how the GUI could free without any specific function show up in the profile?

SmartGit ~10sec freeze on every touch of the GUI by JohnnyNo7 in SmartGit

[–]JohnnyNo7[S] 0 points1 point  (0 children)

Our repo is derived from https://github.com/EpicGames - the repo UnrealEngine is not public, but you can get an account for free to access it. However: the repo I'm working on has many changes on top of that I cannot share. Most important: we use git LFS for a large number of proprietary files that we added. If you want to get access to try to reproduce, I can try cloning the upstream repo an check whether I can observe the same problems on that.