mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.mtp3
git-svn-id: svn://ultimatepp.org/upp/trunk@11635 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
66ec1dea35
commit
ed8f416af5
1 changed files with 6 additions and 0 deletions
|
|
@ -108,6 +108,12 @@ CONSOLE_APP_MAIN
|
|||
delete[] new byte[300000];
|
||||
}
|
||||
}
|
||||
{
|
||||
for(int i = 0; i < N; i++) {
|
||||
RTIMING("Alloc/Free 128K");
|
||||
delete[] new byte[128*1024];
|
||||
}
|
||||
}
|
||||
{
|
||||
RTIMING("Alloc/Free large");
|
||||
for(int i = 0; i < N; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue