diff options
| author | Brian Potchik <brian@vector35.com> | 2018-11-21 17:52:17 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2018-11-21 17:52:17 -0500 |
| commit | 419a05cf5227029a5fe69799a7f7466a6b60d849 (patch) | |
| tree | 1784394bb22359e7a0e56596137657866b877398 /python/binaryview.py | |
| parent | 909da5037c2df7fe4fe1925c639d0a4a59db3cfb (diff) | |
Fix typo.
Diffstat (limited to 'python/binaryview.py')
| -rw-r--r-- | python/binaryview.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/binaryview.py b/python/binaryview.py index cf1d6167..fd15de76 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -1122,7 +1122,7 @@ class BinaryView(object): @property def analysis_info(self): """Provides instantaneous analysis state information and a list of current functions under analysis (read-only). - All times are given in units of milliseconds (ms). Per function `analysis_time` is the aggregation of time spend + All times are given in units of milliseconds (ms). Per function `analysis_time` is the aggregation of time spent performing incremental updates and is reset on a full function update. Per function `update_count` tracks the current number of incremental updates and is reset on a full function update. Per function `submit_count` tracks the current number of full updates that have completed. Note that the `submit_count` is currently not reset across analysis updates.""" |
