libdebug.snapshots.thread.thread_snapshot_diff
ThreadSnapshotDiff
Bases: Diff
This object represents a diff between thread snapshots.
Source code in libdebug/snapshots/thread/thread_snapshot_diff.py
__init__(snapshot1, snapshot2)
Returns a diff between given snapshots of the same thread.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
snapshot1
|
ThreadSnapshot
|
A thread snapshot. |
required |
snapshot2
|
ThreadSnapshot
|
A thread snapshot. |
required |