Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanjon2040/unrealnetworkprofiler
A modern WPF based Network Profiler for Unreal Engine.
https://github.com/ryanjon2040/unrealnetworkprofiler
network network-profiler statistics ue4 unreal unreal-engine unrealengine unrealengine4
Last synced: about 2 hours ago
JSON representation
A modern WPF based Network Profiler for Unreal Engine.
- Host: GitHub
- URL: https://github.com/ryanjon2040/unrealnetworkprofiler
- Owner: ryanjon2040
- License: mit
- Created: 2021-03-06T10:57:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T06:00:24.000Z (over 3 years ago)
- Last Synced: 2024-05-01T22:35:19.527Z (7 months ago)
- Topics: network, network-profiler, statistics, ue4, unreal, unreal-engine, unrealengine, unrealengine4
- Language: C#
- Homepage:
- Size: 2.33 MB
- Stars: 99
- Watchers: 7
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Unreal Engine Network Profiler
======================![GIF](Profiler.gif)
This is a WPF rewrite of Network Profiler by Epic Games. Check out the original program at [Unreal Engine Repository](https://github.com/EpicGames/UnrealEngine/tree/master/Engine/Source/Programs/NetworkProfiler).
![https://twitter.com/ryanjon2040](https://img.shields.io/twitter/follow/ryanjon2040.svg?style=popout)
![](https://img.shields.io/github/last-commit/ryanjon2040/UnrealNetworkProfiler.svg?style=popout)
![](https://img.shields.io/github/license/ryanjon2040/UnrealNetworkProfiler.svg?style=popout) ![](https://img.shields.io/github/downloads/ryanjon2040/UnrealNetworkProfiler/total.svg?style=popout)![](https://img.shields.io/github/languages/code-size/ryanjon2040/UnrealNetworkProfiler.svg?style=flat) ![](https://img.shields.io/github/repo-size/ryanjon2040/UnrealNetworkProfiler.svg?style=flat)
Limitations
===================* Clicking on graph to view data for single frame is not supported.
* Selecting a range from the graph is not supported.
* List view sorting is not supported.
Dependencies
===================[HandyControl](https://github.com/HandyOrg/HandyControl)
[ScottPlot](https://github.com/ScottPlot/ScottPlot)
[GameAnalytics](https://github.com/GameAnalytics/GA-SDK-C-SHARP)