This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9dc3afbdc301e2b207cc6f2c973ea1e5bee5f310
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Core
/
Private
/
ProfilingDebugging
History
matt peters
90e4a65b82
LLM and Insights Tracing: Fix the parent declarations of TagTraces to use the parent declared by LLM's TagData rather than constructing it from unique name, which does not always work. Also pass in the DisplayName paths for the tag names rather than the UniqueName. Also fix a crash on editor shutdown due to PlatformTLS being destructed after main before LLM is destructed after main.
...
#rnx #rb Johan.Berg [CL 31012911 by matt peters in ue5-main branch]
2024-01-30 13:18:09 -05:00
..
Apple
…
Microsoft
[Insights] Fixed few typos.
2024-01-29 07:53:49 -05:00
Unix
…
Windows
Fixed up more bool-taking calls to take EAllowShrinking instead.
2024-01-25 14:09:12 -05:00
ABTesting.cpp
…
AssetMetadataTrace.cpp
…
BootProfiling.cpp
…
CallstackTrace.cpp
…
CallstackTracePrivate.h
…
CookStats.cpp
…
CountersTrace.cpp
…
CpuProfilerTrace.cpp
[Insights] CpuProfiler:
2023-12-04 06:50:16 -05:00
CsvProfiler.cpp
Make the CSV profiler free up temp stats memory when slack data exceeds a threshold in bytes, specified with csv.MaxPerThreadStatDataSlackKB (default 64KB). Setting to 0 cleans up slack immediately but results in a lot more allocations (and can block the memory allocator excessively in some cases, impacting game performance). This fixes issues on low end platforms where starvation of the CSV profiling thread can result in excessive slack memory that is not cleaned up until capture end.
2024-01-26 16:42:18 -05:00
CsvProfilerTrace.cpp
…
ExternalProfiler.cpp
…
Histogram.cpp
…
InstanceCounter.cpp
…
LoadTimeTracker.cpp
…
MemoryTrace.cpp
Hooking libc.so malloc/free/etc into memory tracer on Android
2023-12-18 10:56:29 -05:00
MetadataTrace.cpp
…
MiscTrace.cpp
…
ModuleDiagnostics.cpp
…
ModuleDiagnostics.h
…
PlatformEvents.cpp
Silence PVS warnings
2024-01-17 01:34:02 -05:00
PlatformFileTrace.cpp
…
ProfilingHelpers.cpp
Fixed up DerivedDataCache, DesktopPlatform, ApplicationCore, AssetRegistry, Core, CoreUObject, Projects, Sockets code to use EAllowShrinking instead of bools.
2024-01-17 19:51:06 -05:00
ResourceSize.cpp
…
ScopedDebugInfo.cpp
…
StallDetector.cpp
…
StringTrace.cpp
…
TagTrace.cpp
LLM and Insights Tracing: Fix the parent declarations of TagTraces to use the parent declared by LLM's TagData rather than constructing it from unique name, which does not always work. Also pass in the DisplayName paths for the tag names rather than the UniqueName. Also fix a crash on editor shutdown due to PlatformTLS being destructed after main before LLM is destructed after main.
2024-01-30 13:18:09 -05:00
TraceAuxiliary.cpp
Add Trace Pause/Resume menu entry to the Trace Editor Widget.
2024-01-30 11:51:24 -05:00