zeuxisoo / swift-ubx

Demo swift program to show the performance status in console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift Ubx

Demo swift program to show the performance status in console

Develop

Help

make usage

Install the vendors / packages

make deps

Build the application

make build

Run the built application

make run

Clean builds

make clean

Release

Generate the release file

make release

Usage

For develop, fetch target performance like

swift build && .build/debug/Application fetch 31590

FOr release, fetch target perforamnce like

./.build/release/Application fetch 31590

About

Demo swift program to show the performance status in console


Languages

Language:Swift 89.2%Language:Makefile 10.8%