aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/executor/threadstackexecutor_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add saturation metric for executors.Geir Storli2023-08-311-0/+21
* Change from typedef to using in vespalib C++ code.Geir Storli2022-12-211-1/+1
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-5/+5
* Fix compilation when using gcc 9:Tor Egge2021-10-311-0/+1
* Reduce chance of failureHenning Baldersheim2021-10-221-1/+1
* properly set utilizationHenning Baldersheim2021-10-221-10/+10
* Rename executorCount -> threadCountHenning Baldersheim2021-10-221-2/+2
* Add a metric for how many times a worker in a thread pool has woken up.Henning Baldersheim2021-10-221-4/+19
* Use the ExecutorStats type directly.Henning Baldersheim2021-10-191-5/+6
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* use size literals in vespalibArne Juul2021-02-151-2/+3
* Use vespalib::duration for timeoutsHenning Baldersheim2021-01-311-2/+2
* - GC the last usages of vespalib::Lock.Henning Baldersheim2020-10-081-1/+0
* Unify the metrics for queuesize similar to what we have for the spi queues.Henning Baldersheim2020-03-251-6/+12
* Add a += operator and test ExecutorStatsHenning Baldersheim2020-02-271-0/+12
* Use explicit fetch_xxx instead of --/++ to signal costly operations.Henning Baldersheim2017-08-111-2/+2
* Use std::atomic all over and completely get rid of homegrown atomics.Henning Baldersheim2017-08-111-7/+7
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* added worker init wrapper support for executorsHaavard2017-06-011-0/+29
* Add override in vespalib moduleHenning Baldersheim2017-04-041-3/+3
* enable waiting until there are few enough active tasksHaavard2016-06-221-0/+41
* PublishJon Bratseth2016-06-151-0/+119