diff options
| author | Frank Reininghaus <[email protected]> | 2013-01-27 12:55:37 +0100 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2013-01-27 12:55:37 +0100 |
| commit | 71be8f2bee8347460aebabd570b24f6393104423 (patch) | |
| tree | b2b97fa761b940192300d8766a77700b22c92e41 /src/kitemviews | |
| parent | dfa170cb4921cc1bab843313e8e3c780b4fe82f1 (diff) | |
Add some benchmarks for KFileItemModel
The benchmark executable must be run manually. It is not run
automatically with the other unit tests to prevent waste of CPU cycles
in the not-so-uncommon situation that only test failures attract
attention.
Diffstat (limited to 'src/kitemviews')
| -rw-r--r-- | src/kitemviews/kfileitemmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kitemviews/kfileitemmodel.h b/src/kitemviews/kfileitemmodel.h index 304161a02..14383d66e 100644 --- a/src/kitemviews/kfileitemmodel.h +++ b/src/kitemviews/kfileitemmodel.h @@ -485,6 +485,7 @@ private: friend class KFileItemModelLessThan; // Accesses lessThan() method friend class KFileItemModelRolesUpdater; // Accesses emitSortProgress() method friend class KFileItemModelTest; // For unit testing + friend class KFileItemModelBenchmark; // For unit testing friend class KFileItemListViewTest; // For unit testing friend class DolphinPart; // Accesses m_dirLister }; |
