mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 09:12:04 +02:00
17.0 vanilla
This commit is contained in:
parent
2e65bf056a
commit
df627a6bba
328 changed files with 578149 additions and 759311 deletions
|
|
@ -125,7 +125,7 @@ class Speedscope:
|
|||
"""
|
||||
:param stack: A list of hashable frame
|
||||
:param context: an iterable of (level, value) ordered by level
|
||||
:param stack_offset: offeset level for stack
|
||||
:param stack_offset: offset level for stack
|
||||
|
||||
Assemble stack and context and return a list of ids representing
|
||||
this stack, adding each corresponding context at the corresponding
|
||||
|
|
@ -146,7 +146,7 @@ class Speedscope:
|
|||
return stack_ids
|
||||
|
||||
def process(self, entries, continuous=True, hide_gaps=False, use_context=True, constant_time=False):
|
||||
# constant_time parameters is mainly usefull to hide temporality when focussing on sql determinism
|
||||
# constant_time parameters is mainly useful to hide temporality when focussing on sql determinism
|
||||
entry_end = previous_end = None
|
||||
if not entries:
|
||||
return []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue