Format parameters
This commit is contained in:
parent
5e5bbe1564
commit
47aaf7ad0b
1 changed files with 5 additions and 1 deletions
|
@ -36,7 +36,11 @@ class CpuTimeDataModel(DataModel):
|
||||||
])
|
])
|
||||||
|
|
||||||
def add_duration(
|
def add_duration(
|
||||||
self, tid: int, start_timestamp: int, duration: int, cpu_id: int
|
self,
|
||||||
|
tid: int,
|
||||||
|
start_timestamp: int,
|
||||||
|
duration: int,
|
||||||
|
cpu_id: int,
|
||||||
) -> None:
|
) -> None:
|
||||||
data = {
|
data = {
|
||||||
'tid': tid,
|
'tid': tid,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue