Commit Graph
22 Commits
Author SHA1 Message Date
Florian Friedrich ac60cf725a Fix copyright 2022-11-02 15:09:37 +01:00
Florian Friedrich d2cbd0aa19 Update Demos 2022-11-02 15:09:37 +01:00
Hakon Hanesand d68cb7c754 Merge pull request #1014 from CocoaLumberjack/feature/spelling
Spelling.
2019-01-16 20:43:59 -08:00
Hakon Hanesand 04421a3411 Spelling. 2019-01-15 12:01:20 -08:00
Hakon Hanesand 97017f0d71 Address review. 2019-01-14 17:09:49 -08:00
Hakon Hanesand 30eebaff76 Add an easy way to run benchmarking code.
Synchronize callbacks from argument listener.
Copy over benchmarking code and add as performance tests.
2019-01-11 20:54:48 -08:00
Dmitry Lobanov 2f3fe98362 demos: another cleanup benchmarking after cleanup. 2018-10-19 16:46:35 +03:00
Dmitry Lobanov 4005af8918 demons: cleanup benchmarking after cleanup. 2018-10-19 16:40:13 +03:00
Dmitry Lobanov 394357171b demos: linking to framework has been added. 2018-10-19 16:25:56 +03:00
Florian Friedrich 5ce59f3fcc Update Copyright headers / file headers (#968)
* Change copyright headers in Classes, Tests and Integration

* Remove empty line from template

* Add headers to demo files
2018-10-19 11:26:00 +03:00
Cédric Luthi b3307f8d24 Remove execute permission on non-executable files 2015-05-21 23:37:30 +02:00
Ernesto Rivera c41a66c9ec Fix Demos' warnings 2014-12-04 11:22:03 +09:00
Ernesto Rivera ad01c57307 Finish migrating log macros to log enum 2014-11-04 14:32:02 +09:00
利辺羅エルネスト 14edcb15ad Fix #imports 2014-08-11 17:05:26 +09:00
Robbie Hanson 60e1032888 Updating BenchmarkMac project (just Xcode stuff) 2011-11-15 13:17:15 -08:00
Robbie Hanson a897a81531 Fixing analyzer warning. 2011-11-14 10:06:40 -08:00
Robbie Hanson db4785329b Switching to ARC (automatic reference counting) 2011-11-09 16:31:15 -08:00
Robbie Hanson f67f35119a Tweaks to performance testing output, and Xcode project "modernization" 2011-09-14 16:24:23 -07:00
Robbie Hanson d5e1916659 Minor modification to better support garbage collection (draining autorelease pools instead of releasing them). 2011-02-08 17:17:38 +00:00
Robbie Hanson e492c0ba74 Adding thread-safe implementation of formatter/setFormatter, along with others. Also splitting the DDConsoleLogger into 2 files: DDASLLogger and DDTTYLogger. This makes it more clear what the console logger was previously doing, and also allows for parallel execution as well as the new ability to format each individually. Also adding minor optimization for uniprocessor machines. 2010-08-31 07:07:30 +00:00
Robbie Hanson cb74c96011 Fixing typo in benchmark graphs. The Y-axis was labeled milliseconds when it should have been seconds. 2010-07-12 20:05:08 +00:00
Robbie Hanson 79d1316fe4 Initial commit 2010-06-02 09:09:33 +00:00