cpython/Lib/test/test_profiling
Pablo Galindo Salgado 8b423df632 Update tests for location tuple and opcode field
Frame location is now a 4-tuple (lineno, end_lineno, col_offset,
end_col_offset). MockFrameInfo wraps locations in LocationInfo struct.
Updates assertions throughout and adds opcode_utils coverage.
2025-12-03 03:43:47 +00:00
..
test_sampling_profiler Update tests for location tuple and opcode field 2025-12-03 03:43:47 +00:00
__init__.py
__main__.py
test_heatmap.py Update tests for location tuple and opcode field 2025-12-03 03:43:47 +00:00
test_tracing_profiler.py