Skip to content

Instantly share code, notes, and snippets.

@rbrovko
Created November 13, 2015 07:47
Show Gist options
  • Save rbrovko/5a50726f9b441c056e8b to your computer and use it in GitHub Desktop.
Save rbrovko/5a50726f9b441c056e8b to your computer and use it in GitHub Desktop.
2015-11-13 09:42:34.126 EGWWritings[2036:39243] >> for lowercaseString: "Clear instalation! load database from bundle"
2015-11-13 09:42:34.126 EGWWritings[2036:39243] Method 'uppercaseString' info:
Time working: 0.000038
FPS = 26379.3
avgFPS = 22728.6
2015-11-13 09:42:34.139 EGWWritings[2036:39243] Method 'lowercaseString' info:
Time working: 0.000009
FPS = 113359.6
avgFPS = 116693.7
2015-11-13 09:42:34.143 EGWWritings[2036:39243] Method 'capitalizedString' info:
Time working: 0.000035
FPS = 28339.9
avgFPS = 31173.1
2015-11-13 09:42:34.143 EGWWritings[2036:39243] >> for uppercaseString: "CLEAR INSTALATION! LOAD DATABASE FROM BUNDLE"
2015-11-13 09:42:34.147 EGWWritings[2036:39243] Method 'uppercaseString' info:
Time working: 0.000025
FPS = 39945.8
avgFPS = 39945.8
2015-11-13 09:42:34.150 EGWWritings[2036:39243] Method 'lowercaseString' info:
Time working: 0.000006
FPS = 167772.2
avgFPS = 167772.2
2015-11-13 09:42:34.153 EGWWritings[2036:39243] Method 'capitalizedString' info:
Time working: 0.000010
FPS = 99864.4
avgFPS = 99864.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment