• Home
  • Raw
  • Download

Lines Matching defs:self

26     def __init__(self):  argument
29 def duration(self, begin, thread, category, name, timestamp): argument
34 def setUp(self): argument
39 def assertResult(self, sequence): argument
44 def test_primitives_call(self): argument
48 def test_primitives_ret(self): argument
53 def test_primitives_no_timestamp(self): argument
59 def test_simple_start(self): argument
63 def test_simple_return(self): argument
67 def test_simple_inner(self): argument
72 def test_simple_recursion(self): argument
79 def test_simple_tailcall(self): argument
85 def test_simple_tailcall_single(self): argument
91 def test_simple_no_call(self): argument
101 def test_delay_later(self): argument
106 def test_delay_later_ret(self): argument
111 def test_delay_inner(self): argument
116 def test_delay_no_call(self): argument
123 def test_gaps_gap(self): argument
130 def test_gaps_exception_start(self): argument
134 def test_gaps_exception_twice(self): argument
141 def test_gaps_exception_ret(self): argument
149 def test_gaps_exception_ret_twice(self): argument
160 def test_gaps_exception_ret_bad(self): argument
169 def test_gaps_exception_ret_twice_bad(self): argument
180 def test_gaps_exception_call_preserved(self): argument
188 def test_gaps_exception_ret_preserved(self): argument
199 def test_gaps_plt(self): argument
208 def test_gaps_plt_wrong(self): argument
217 def test_gaps_danger(self): argument
226 def test_lost_lost(self): argument
233 def test_lost_ordering(self): argument
240 def test_lost_assumption(self): argument
248 def test_lost_late(self): argument
257 def test_timestamps_updates(self): argument
261 def test_timestamps_gap_removes(self): argument
266 def test_timestamps_gap_removes_exception(self): argument
272 def test_timestamps_gap_removes_plt(self): argument
277 def test_timestamps_gap_again(self): argument
283 def test_timestamps_first(self): argument
289 def test_timestamps_first_gap(self): argument
295 def test_timestamps_first_exception_good(self): argument
302 def test_timestamps_first_exception_bad(self): argument
309 def test_timestamps_first_plt_good(self): argument
316 def test_timestamps_first_plt_bad(self): argument
323 def test_timestamps_exception_fake_start(self): argument