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
b13fe07e713c1d406bcdb03c8d400a65ef5bcb9f
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
DerivedDataCache
/
Private
History
zousar shaker
93a052ff58
Fix a typo in a log message.
...
[CL 30100313 by zousar shaker in ue5-main branch]
2023-12-04 18:28:00 -05:00
..
Http
…
Tests
Change the strategy for HttpCacheStore Put operations to have larger and distinct queues for each of the put operation phases. Instead of one queue of 24 maximum in-flight requests, we can now have 64 PutRef requests AND 64 PutBlobs requests, and 64 PutFinalize requests operating simultaneously. The purpose is to allow per-shader caching to:
2023-11-23 14:48:23 -05:00
BatchView.h
…
DerivedDataBackendInterface.h
…
DerivedDataBackends.cpp
Add mechanism to redirect filesystem cache stores to other cache store entries in the graph.
2023-10-25 12:54:23 -04:00
DerivedDataBuild.cpp
…
DerivedDataBuildAction.cpp
…
DerivedDataBuildDefinition.cpp
…
DerivedDataBuildFunctionRegistry.cpp
…
DerivedDataBuildInputs.cpp
…
DerivedDataBuildJob.cpp
…
DerivedDataBuildJobContext.cpp
…
DerivedDataBuildJobContext.h
…
DerivedDataBuildOutput.cpp
…
DerivedDataBuildPrivate.h
…
DerivedDataBuildScheduler.cpp
…
DerivedDataBuildSession.cpp
…
DerivedDataBuildWorkerRegistry.cpp
…
DerivedDataCache.cpp
Add EQueuedWorkFlags::DoNotRunInsideBusyWait to tasks started by DDC so that as long running tasks, they don't get picked up by arbitrary busy waits.
2023-12-01 11:56:56 -05:00
DerivedDataCacheKey.cpp
…
DerivedDataCacheKeyFilter.cpp
…
DerivedDataCacheMethod.cpp
…
DerivedDataCacheModule.cpp
…
DerivedDataCachePolicy.cpp
…
DerivedDataCachePrivate.h
…
DerivedDataCacheRecord.cpp
…
DerivedDataCacheReplay.cpp
…
DerivedDataCacheStats.cpp
Add performance disabling (via latency) for ZenCacheStore.
2023-11-07 17:56:15 -05:00
DerivedDataCacheStats.h
Add performance disabling (via latency) for ZenCacheStore.
2023-11-07 17:56:15 -05:00
DerivedDataCacheStore.cpp
Ensure that FCacheStoreRequestTimer increments timings and doesn't overwrite them.
2023-11-03 16:49:25 -04:00
DerivedDataCacheStore.h
Add performance disabling (via latency) for ZenCacheStore.
2023-11-07 17:56:15 -05:00
DerivedDataCacheStoreAsync.cpp
…
DerivedDataCacheStoreHierarchy.cpp
DDC: Fixed accumulation and reporting of cache store latency
2023-10-25 03:15:00 -04:00
DerivedDataCacheStoreThrottle.cpp
…
DerivedDataCacheStoreVerify.cpp
…
DerivedDataCacheUsageStats.cpp
Moved EpicStudioAnalytics plugin to StudioTelemetry which is now public facing.
2023-11-23 07:06:10 -05:00
DerivedDataLegacyCacheStore.cpp
…
DerivedDataLegacyCacheStore.h
…
DerivedDataPrivate.h
…
DerivedDataRequestOwner.cpp
[ddc] expose option for more granular prioritization of ddc query/response tasks
2023-11-03 10:50:19 -04:00
DerivedDataRequestTypes.cpp
…
DerivedDataSharedString.cpp
…
DerivedDataThreadPoolTask.cpp
Add EQueuedWorkFlags::DoNotRunInsideBusyWait to tasks started by DDC so that as long running tasks, they don't get picked up by arbitrary busy waits.
2023-12-01 11:56:56 -05:00
DerivedDataValue.cpp
…
FileSystemCacheStore.cpp
Fix C4072 warnings
2023-11-20 17:26:53 -05:00
HashingArchiveProxy.h
…
HttpCacheStore.cpp
Don't attempt immediate retry when a 502 error happens during communication with the UE Cloud DDC server.
2023-11-30 17:03:55 -05:00
MemoryCacheStore.cpp
DDC: Fixed a crash when a boot cache is present
2023-10-13 13:26:35 -04:00
MemoryCacheStore.h
…
PakFileCacheStore.cpp
…
PakFileCacheStore.h
…
S3CacheStore.cpp
Fixed deprecated FString constructors.
2023-11-13 14:15:15 -05:00
ZenCacheStore.cpp
Fix a typo in a log message.
2023-12-04 18:28:00 -05:00