文件名称:go-utils:自订Go套件
文件大小:7KB
文件格式:ZIP
更新时间:2024-04-22 07:06:38
Go
GoLang杂项实用程序 测试每个软件包 go run . [fps|logger] 第一人称射击 时钟码速度 import ( "time" "github.com/Ryan-Johnson-1315/go-utils/fps" ) func main() { fr := fps.NewFrameRaterWithDescription("Hello World") for { fr.Tick() time.Sleep(15 * time.Millisecond) } } Output: 2021/02/27 22:09:31 Hello World 66 fps 2021/02/27 22:09:32 Hello World 65 fps 2021/02/27 22:09:33 Hello World 6
【文件预览】:
go-utils-master
----sockLog()
--------socketConnection.go(4KB)
--------socketLogger.go(5KB)
----fps()
--------frameRater.go(886B)
----main.go(2KB)
----README.md(1KB)
----go.mod(54B)
----.vscode()
--------settings.json(53B)