Turnaround time

{{Short description|Time to complete a request in computing}}

{{About||turnaround time in aviation|Aircraft ground handling}}

{{more references|date=October 2018}}

Turnaround time (TAT) is the amount of time taken to complete a process or fulfill a request.{{cite web |url=http://www.businessdictionary.com/definition/turnaround-time.html |title=What is turnaround time? definition and meaning |website=BusinessDictionary.com |accessdate=October 19, 2018}}{{cite journal |title=Laboratory Turnaround Time |last=Hawkins |first=Robert C. |journal=Clin Biochem Rev. |year=2007 |volume=28 |issue=4 |pages=179–194 |pmid=18392122 |pmc=2282400 }} The concept thus overlaps with lead time and can be contrasted with cycle time.

Meaning in computing

In computing, turnaround time is the total time taken between the submission of a program/process/thread/task (Linux) for execution and the return of the complete output to the customer/user.{{cite web |url=https://www.cs.uic.edu/~jbell/CourseNotes/OperatingSystems/5_CPU_Scheduling.html |title=Operating Systems: CPU Scheduling |author=John T. Bell |publisher=University of Illinois, Chicago |accessdate=October 19, 2018}} It may vary for various programming languages depending on the developer of the software or the program. Turnaround time may simply deal with the total time it takes for a program to provide the required output to the user after the program is started.

Turnaround time is one of the metrics used to evaluate an operating system's scheduling algorithms.{{cite web |title=Chapter 5: CPU Scheduling |url=http://codex.cs.yale.edu:80/avi/os-book/OS8/os8c/slide-dir/PDF-dir/ch5.pdf |year=2009 |website=cs.yale.edu |author=Avi Silberschatz |url-status=dead |archive-url=https://web.archive.org/web/20150209061746/http://codex.cs.yale.edu:80/avi/os-book/OS8/os8c/slide-dir/PDF-dir/ch5.pdf |archive-date=2015-02-09}}

In case of batch systems, turnaround time will include time taken in forming batches, batch execution and printing results.

With increasing computerization of analytical instruments the distinction between a computing context and a "non-computing" context is becoming semantic. An example of a "non-computing" context of turnaround time is the time a particular analysis in a laboratory, such as a medical laboratory, other commercial laboratories or a public health laboratory takes to result. Laboratories may publish an average turnaround time to inform their clients, e.g. a health care worker ordering the test, after what time a result can be expected. A prolonged turnaround time may give the requester a clue that a specimen was not received, that an analysis met with problems within the lab including that the result was unusual, and the test was repeated for quality control.

Comparisons with other metrics of time

Lead Time vs Turnaround Time: Lead Time is the amount of time, defined by the supplier or service provider, that is required to meet a customer request or demand.{{cite web |url=https://toggl.com/takt-time-cycle-time-lead-time/ |title=Takt Time vs Cycle Time vs Lead Time |publisher=toggl |accessdate=October 19, 2018}} Lead-time is basically the time gap between the order placed by the customer and the time when the customer get the final delivery, on the other hand the Turnaround Time is in order to get a job done and deliver the output, once the job is submitted for processing center according to the customer request.{{cite web |url=https://www.thefabricator.com/blog/turnaround-time-versus-on-time-delivery-rates |title=Turnaround time versus on-time delivery rates |date=July 24, 2012 |author=Tim Heston |website=thefabricator.com |accessdate=October 19, 2018}}

Turnaround Time vs Response Time: Turnaround time is the amount of time elapsed from the time of submission to the time of completion whereas response time is the average time elapsed from submission until the first response is produced.

Turnaround Time vs Wait Time: Waiting time is amount of time a process has been waiting in the ready queue.{{Cite book|last=Experts|first=Disha|url=https://books.google.com/books?id=WIj4DwAAQBAJ&q=Waiting+time+is+amount+of+time+a+process+has+been+waiting+in+the+ready+queue.&pg=PA110|title=Professional Knowledge for IBPS & SBI Specialist IT Officer Exams with 15 Practice Sets 5th Edition|date=2020-09-04|publisher=Disha Publications|isbn=978-93-90152-78-0|language=en}}

Reasons of Delays: In case of warehouses, there are several reasons, due to which TAT can increase. First of all, if laborers or equipment are not working properly, and if the maximum efficiency could not be reached, the process would be delayed. Secondly, the infrastructure, improper infrastructure could be an obstacle for the TAT reduction.

See also

References

{{reflist}}

Further reading

  • {{cite journal |title=Turn Around Time (TAT) as a Benchmark of Laboratory Performance |first1=Binita |last1=Goswami |first2=Bhawna |last2=Singh |first3=Ranjna |last3=Chawla |first4=V. K. |last4=Gupta |first5=V. |last5=Mallika |journal=Indian J Clin Biochem |date=October 2010 |volume=25 |issue=4 |pages=376–379 |pmc=2994570 |pmid=21966108 |doi=10.1007/s12291-010-0056-4 }}
  • {{cite journal |title=Turnaround Time (TAT): Difference in Concept for Laboratory and Clinician |first1=Hara P. |last1=Pati |first2=Gurmeet |last2=Singh |journal=Indian J Hematol Blood Transfus |date=June 2014 |volume=30 |issue=2 |pages=81–84 |pmc=4022919 |pmid=24839360 |doi=10.1007/s12288-012-0214-3 }}

Category:Organizational performance management

Category:Software performance management