Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request #13

Closed
mitm001 opened this issue Oct 18, 2017 · 3 comments
Closed

Request #13

mitm001 opened this issue Oct 18, 2017 · 3 comments

Comments

@mitm001
Copy link
Contributor

mitm001 commented Oct 18, 2017

Hello,

This is merely a feature request.

I have done this in the version I use and am addicted to it. It would be nice to have the methods buildSingleThread and buildMultiThread in the RecastBuilder class have an option to be verbose and println or log estimated time to build RecastBuilderResult in real time. This allows me to estimate build times so I can do other things. In this example I know I am looking at 32 x 10 sec = aprox 320 seconds build time.

Something that prints out like this,
32tw x 32th = 1024
Added To Result 1 of 1024: TW 0 TH 0 Time 1043 ms
Added To Result 2 of 1024: TW 0 TH 1 Time 452 ms
[snip]
Returned File Time 12 s
Added To Result 33 of 1024: TW 1 TH 0 Time 332 ms
Added To Result 34 of 1024: TW 1 TH 1 Time 343 ms
[snip]
Returned result Time 10 s
[snip]

On a side note, thank you for your java conversion of recast. Your work is much appreciated.

@ppiastucki
Copy link
Collaborator

What about something like this a5ddbee?

@mitm001
Copy link
Contributor Author

mitm001 commented Oct 29, 2017

That works perfectly. Very nice. Thank you.

@mitm001
Copy link
Contributor Author

mitm001 commented Nov 3, 2017

Should I close this or will you?

ppiastucki added a commit that referenced this issue Nov 3, 2017
Add a way to track build progress (Fixes #13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants