# `getProcessUptime`

*Function*

## Declaration

```swift
func getProcessUptime() -> TimeInterval
```

```objc
NSTimeInterval getProcessUptime();
```

```python
getProcessUptime() -> float
```

