Files
UnrealEngineUWP/Engine/Source/Programs/NetworkProfiler/NetworkProfiler.sln
Ryan Gerleve 204b9cdad0 Network profiler bandwidth tracking improvements:
-Breaks down bits used in tracked RPCs by header, parameters, and footer
-Breaks down bits in bunches by header and payload, and accounts for merged bunches
-Tracks sent acks
-Every bit sent from UIpConnection::LowLevelSend is now accounted for

[CL 2409318 by Ryan Gerleve in Main branch]
2015-01-16 14:59:45 -05:00

23 lines
1016 B
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetworkProfiler", "NetworkProfiler\NetworkProfiler.csproj", "{FA9F5DA8-9E4C-4310-88D9-CE99D045504E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Development|Any CPU = Development|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA9F5DA8-9E4C-4310-88D9-CE99D045504E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA9F5DA8-9E4C-4310-88D9-CE99D045504E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA9F5DA8-9E4C-4310-88D9-CE99D045504E}.Development|Any CPU.ActiveCfg = Development|Any CPU
{FA9F5DA8-9E4C-4310-88D9-CE99D045504E}.Development|Any CPU.Build.0 = Development|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal