Clone this repo:

Branches

  1. 862b032 Merge pull request #1 from deanliao/patch-1 by Nat Duca · 9 years ago master
  2. 2595fe4 Merge pull request #2 from deanliao/patch-2 by Nat Duca · 9 years ago
  3. 3b5100c Fix doc by deanliao · 9 years ago
  4. 0acd416 Fix package name by deanliao · 9 years ago
  5. dd463ea Fixes for previous commit. by Dave Tu · 10 years ago
  6. 473ff66 Merged @traced and @tracemethod, add paramters to @traced, add with statement support. by Dave Tu · 10 years ago
  7. 758c27e Fix decorators for when wrapped function raises an Exception. by Dave Tu · 10 years ago
  8. c0854bd Shim pid for py27 compat by Nat Duca · 12 years ago
  9. 6bc9fdf Fix trace_begin and trace_end functions. They were broken beyond recognition. by Nat Duca · 12 years ago
  10. 2492430 Move trace_event into trace_event_impl and create shim function for it. Write a ton of doc strings. Rename @trace to @traced. by Nat Duca · 12 years ago
  11. 4894ae5 Rename log and shim related tests so it is clear what bit of code they are testing. by Nat Duca · 12 years ago
  12. 7394b60 Dont use decorators in basic log tests. by Nat Duca · 12 years ago
  13. 42a6435 Rename trace_events -> parsed_trace_events. by Nat Duca · 12 years ago
  14. 33aeece Add unit test for multiple process (non-multiprocessing) tracing by Nat Duca · 12 years ago
  15. 8aec012 Change to new trace format and make multiprocess tracing work. by Nat Duca · 12 years ago
  16. 31112d4 Add explicit trace_begin and trace_end functions. by Nat Duca · 12 years ago
  17. 447f4ef Fixup traces that begin with a [ but dont end with the same. by Nat Duca · 12 years ago
  18. c117e45 If an event has no tid or pid, dont add it to the tid or pid list by Nat Duca · 12 years ago
  19. 82928c7 Open logs for append rather than write. Makes multiple process traces actually work. by Nat Duca · 12 years ago
  20. ec8db68 Add @tracedmethod decorator to trace classmethods. by Nat Duca · 13 years ago