aikar / aikar/timings

DragonProxy Timings V2 implementation

Open
#45 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
198
Forks
40
PR merge metrics
No merged PRs in 30d

Description

Hi @aikar , i've used your timigs engines many times and it was always helpfull (on spigot & paper).
I'm working on a Minecraft related software called [DragonProxy](https://github.com/DragonetMC/DragonProxy), witch provide a protocol bridge between Pocket Edition players and Java servers.
I've [started implements Timings v2](https://github.com/DragonetMC/DragonProxy/tree/master/proxy/src/main/java/co/aikar/timings) to be able to send and analyze data on your app (with a bit of hacking)

But i faced a little problem, (probably because i haven't understand a thing or two) :
- I have a [main program loop with a full server tick timings call](https://github.com/DragonetMC/DragonProxy/blob/master/proxy/src/main/java/org/dragonet/proxy/network/PEPacketProcessor.java#L87)
- I use default group like in other projects to [record network received and sent packets timings](https://github.com/DragonetMC/DragonProxy/blob/master/proxy/src/main/java/co/aikar/timings/Timings.java#L242)
- I have no other timings enabled for now as i just want to test and display some basic datas.

Result : https://timings.aikar.co/?id=8b8036b3ea9a41638d8fbf34b739724c

My first question is : can i use your app to do a such thing? I know you haven't agree i use your app like this, so, am I able to send my software timinigs to https://timings.aikar.co/ ?

My second question : what wrong i've made? and have you got an idea of what's going on?

Regards, a random user.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.