[go: up one dir, main page]

  1. 862b032 Merge pull request #1 from deanliao/patch-1 by Nat Duca · 10 years ago master
  2. 2595fe4 Merge pull request #2 from deanliao/patch-2 by Nat Duca · 10 years ago
  3. 3b5100c Fix doc by deanliao · 10 years ago
  4. 0acd416 Fix package name by deanliao · 10 years ago
  5. dd463ea Fixes for previous commit. by Dave Tu · 11 years ago
  6. 473ff66 Merged @traced and @tracemethod, add paramters to @traced, add with statement support. by Dave Tu · 11 years ago
  7. 758c27e Fix decorators for when wrapped function raises an Exception. by Dave Tu · 11 years ago
  8. c0854bd Shim pid for py27 compat by Nat Duca · 11 years ago
  9. 6bc9fdf Fix trace_begin and trace_end functions. They were broken beyond recognition. by Nat Duca · 11 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 · 11 years ago
  11. 4894ae5 Rename log and shim related tests so it is clear what bit of code they are testing. by Nat Duca · 11 years ago
  12. 7394b60 Dont use decorators in basic log tests. by Nat Duca · 11 years ago
  13. 42a6435 Rename trace_events -> parsed_trace_events. by Nat Duca · 11 years ago
  14. 33aeece Add unit test for multiple process (non-multiprocessing) tracing by Nat Duca · 11 years ago
  15. 8aec012 Change to new trace format and make multiprocess tracing work. by Nat Duca · 11 years ago
  16. 31112d4 Add explicit trace_begin and trace_end functions. by Nat Duca · 11 years ago
  17. 447f4ef Fixup traces that begin with a [ but dont end with the same. by Nat Duca · 11 years ago
  18. c117e45 If an event has no tid or pid, dont add it to the tid or pid list by Nat Duca · 11 years ago
  19. 82928c7 Open logs for append rather than write. Makes multiple process traces actually work. by Nat Duca · 11 years ago
  20. ec8db68 Add @tracedmethod decorator to trace classmethods. by Nat Duca · 11 years ago
  21. 4b59d0c Remove versioner hack because py_trace_event doesn't need wx by Nat Duca · 11 years ago
  22. cbb6593 Use microseconds instead of seconds on ts. by Nat Duca · 11 years ago
  23. 831a8ce Add tests for the new enable code. Add tests for double flushing. Filter out metadata when asking for thread events. by Nat Duca · 11 years ago
  24. 709e7f9 Make flush work if enabled is off. by Nat Duca · 11 years ago
  25. e782763 Add process args as metadata. by Nat Duca · 11 years ago
  26. 3492280 Let flush succeed if not tracing. by Nat Duca · 11 years ago
  27. 52ca1f2 Allow enabling of trace on passed-in filenames and/or passed-in file objects. by Nat Duca · 11 years ago
  28. f522632 More readme tweaks. by Nat Duca · 11 years ago
  29. e3e4f38 Monkeypatch multiprocessing module so that multiprocessing (almost) automatically traces. Flushing is still a manual thing. by Nat Duca · 11 years ago
  30. 372738a Fix multiprocessing. by Nat Duca · 11 years ago
  31. df9f780 Initial impl of trace event. by Nat Duca · 11 years ago
  32. 852fc88 Add ignore. by Nat Duca · 14 years ago
  33. 53af9af Add test runner, setup and base package. by Nat Duca · 14 years ago
  34. 45c266b Readme and license. by Nat Duca · 14 years ago