Bug 788888 - Increase the default profile size to 1 million entries. r=ehsan

This commit is contained in:
Benoit Girard 2012-09-06 01:21:03 -04:00
parent 507b76f776
commit db7bf9d26c

View File

@ -76,7 +76,7 @@ extern bool stack_key_initialized;
#warning Please add support for your architecture in chromium_types.h
#endif
#define PROFILE_DEFAULT_ENTRY 100000
#define PROFILE_DEFAULT_ENTRY 1000000
#ifdef ANDROID
// We use a lower frequency on Android, in order to make things work
// more smoothly on phones. This value can be adjusted later with