aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_source/performance_timeline.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix some clippy problems in `components/script` (#31778)Rosemary Ajayi2024-03-201-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+5
* No tracing of nop traceable fields (#29926)Samson2023-08-041-1/+4
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+1
* Sort `use` statementsSimon Sapin2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-5/+5
* Format script componentchansuke2018-09-191-5/+1
* Add the TaskSourceName to CommonScriptMsg::TaskAgustin Chiappe Berrini2018-09-041-1/+2
* introduce "per task source" ignoring of tasksGregory Terzian2018-07-101-1/+3
* added pipelines to all task sourcesddh2017-10-251-3/+4
* added time to interactive metrics, refactored metrics to use traitsddh2017-10-241-1/+2
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Introduce TaskOnceAnthony Ramine2017-09-201-5/+5
* Rename Task to TaskBoxAnthony Ramine2017-09-201-2/+2
* Make Task require SendAnthony Ramine2017-09-201-1/+1
* Use task! to notify performance observersAnthony Ramine2017-09-181-21/+7
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+1
* Rename Runnable to TaskAnthony Ramine2017-09-161-14/+18
* Make Performance Timeline API work in WorkersFernando Jiménez Moreno2017-09-051-26/+38
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Performance Timeline APIFernando Jiménez Moreno2017-08-171-0/+58