[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [getGrowTime](./bitburner.ns.getgrowtime.md) ## NS.getGrowTime() method Get the execution time of a grow() call. **Signature:** ```typescript getGrowTime(host?: string): number; ``` ## Parameters
| Parameter | Type | Description |
|---|---|---|
| host | string | _(Optional)_ Hostname/IP of the target server. Optional. Defaults to current server if not provided. |