aikar / aikar/timings

DragonProxy Timings V2 implementation

未關閉
#45 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
JavaScript
星號
198
分支
40
PR 合併指標
30 天內沒有已合併 PR

描述

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.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。