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

apps/examples: modify the heap performance test to show the average t… #3348

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davidfather
Copy link
Contributor

…ime per one pair of malloc/free

This heap performance test has been changed to show the average time per one pair of malloc() and free().
The number of repetitions should be 10^n where n >= 4.
To get accurate temporal cost, it is recommended that n is equal to or greater than 5.

…ime per one pair of malloc/free

This heap performance test has been changed to show the average time per one pair of malloc() and free().
The number of repetitions should be 10^n where n >= 4.
To get accurate temporal cost, it is recommended that n is equal to or greater than 5.
@seinfra
Copy link

seinfra commented Jun 7, 2019

Target : [fac2460] - Code Rule Check OK.

@seinfra
Copy link

seinfra commented Jun 7, 2019

Target : [fac2460] - Code Rule Check (C++) OK.

@tizen-build
Copy link

Target : [fac2460] - Code Rule Check OK.

@tizen-build
Copy link

Target : [fac2460] - Code Rule Check (C++) OK.

@tizen-build
Copy link

Target : [fac2460] - Code Rule Check OK.

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

Successfully merging this pull request may close these issues.

3 participants