# Progress bar in Agents

**URL:** https://discourse.julialang.org/t/progress-bar-in-agents/117127
**Category:** Modelling & Simulations
**Tags:** agentsjl
**Created:** [July 17, 2024, 7:28am UTC](https://discourse.julialang.org/t/progress-bar-in-agents/117127 "2024-07-17T07:28:21Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Sahil\_Khan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sahil_khan/32/47573_2.png) [@Sahil\_Khan](https://discourse.julialang.org/u/Sahil_Khan)
#### Post date: [July 17, 2024, 7:28am UTC](https://discourse.julialang.org/t/progress-bar-in-agents/117127/1 "2024-07-17T07:28:21Z")

</div>

Hello everyone,

Im working on an ABM model. Model in itself contains alot of conditions and operations based on that, it also has integration of differential equations. At the moment model is taking too much time to run. Though one thing i dont understand is why progress bar is finished but simulation still runs for a while and then it ends?

Is progress bar is not actual translation of simulation time in agent.jl ?

Here Simulation time is 2 secs for each but total time for 5 simulations is 152 secs?

 ![image](https://global.discourse-cdn.com/julialang/original/3X/c/4/c4a9d1a25d7d3aaf5d5695b8e5462cda1b3c5d92.jpeg)
