Skip to content

Conversation

@halx99
Copy link
Collaborator

@halx99 halx99 commented Sep 10, 2020

No description provided.

@halx99 halx99 added the enhancement New feature or request label Sep 11, 2020
@halx99 halx99 added this to the 1.0 milestone Sep 11, 2020
@halx99 halx99 closed this Sep 11, 2020
@halx99 halx99 reopened this Sep 11, 2020
@halx99 halx99 changed the title Refactor capture feature Refactor capture feature, fix data race reported by xcode Sep 11, 2020
@halx99
Copy link
Collaborator Author

halx99 commented Sep 12, 2020

Use PBO:

capture screen, use PBO, cost: 10.270(ms)
capture screen, use PBO, cost: 9.750(ms)
capture screen, use PBO, cost: 9.045(ms)
capture screen, use PBO, cost: 9.232(ms)

No PBO:

capture screen, no PBO, cost: 17.235(ms)
capture screen, no PBO, cost: 18.457(ms)
capture screen, no PBO, cost: 17.306(ms)
capture screen, no PBO, cost: 16.876(ms)
capture screen, no PBO, cost: 17.132(ms)
capture screen, no PBO, cost: 17.157(ms)
capture screen, no PBO, cost: 18.863(ms)
capture screen, no PBO, cost: 18.560(ms)
capture screen, no PBO, cost: 17.864(ms)

@halx99 halx99 merged commit c73e77e into axmolengine:master Sep 13, 2020
@halx99 halx99 deleted the refactor-capture branch October 26, 2020 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[captureScreen/captureNode] ThreadSanitizer: data race problem on mac/ios

1 participant