Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

✨ Add #split() To Stopwatch (Please) #2

Closed
JumperBot opened this issue Jul 10, 2022 · 1 comment
Closed

✨ Add #split() To Stopwatch (Please) #2

JumperBot opened this issue Jul 10, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@JumperBot
Copy link
Owner

Is your feature request related to a problem? Please describe.
Nope, N/a.

Describe the solution you'd like
Add a #split() function to the Stopwatch class.
After which the #split() output (long[][]) can be retrieved via a #getLaps() method which looks like:

Lap/Split no.(Index number in array, ignore this) Lap/Split duration Full Stopwatch life duration
1 5000000000(nanoseconds) 5000000000(nanoseconds)
2 5000000000(nanoseconds) 10000000000(nanoseconds)
3 ... ...

Describe alternatives you've considered
Listing outputs from #getTimeElapsed() into a dynamic long array multiple times.

Additional context
No 'dditional cont'xt here.

@JumperBot JumperBot added the help wanted Extra attention is needed label Jul 10, 2022
@JumperBot JumperBot pinned this issue Jul 10, 2022
@JumperBot JumperBot unpinned this issue Jul 10, 2022
@JumperBot JumperBot reopened this Jul 10, 2022
@JumperBot JumperBot reopened this Jul 10, 2022
@JumperBot
Copy link
Owner Author

Resolved with: fdc245e

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
Development

No branches or pull requests

1 participant