15 Commits

Author SHA1 Message Date
Yotam Nachum c0d8bc7cad Remove unused variables 2022-09-17 18:59:00 +03:00
Yotam Nachum fc00ac2b75 Automatically format code with Black and Isort 2022-09-12 20:59:52 +03:00
Yotam Nachum c4785c3f7c Use f-strings
f-strings is a new, shorter alternative to `.format` method that was
introduced in Python 3.6.
2022-09-12 20:59:52 +03:00
Yotam Nachum a89af5355f Use print as function instead of keyword 2022-09-12 20:59:52 +03:00
Yotam Nachum c5b7077a40 Use new except syntax 2022-09-12 20:59:52 +03:00
Ole André Vadla Ravnås 7d8612bfa2 Use Module.getExportByName() where appropriate 2019-05-10 21:28:34 +02:00
Ole André Vadla Ravnås 6084f2fef4 Update mac → macos 2017-05-10 14:34:50 +02:00
Ole André Vadla Ravnås 8ca9c0abb7 Update to the new 8.x API 2016-09-30 20:37:57 +02:00
Ole André Vadla Ravnås 3f8bd009ca Name all scripts created internally 2015-04-16 02:46:14 +02:00
Ole André Vadla Ravnås 54f531e242 Update cpushark example to the new API 2014-01-25 23:38:19 +01:00
Ole André Vadla Ravnås fb84c7f5e2 Improve core API with a better model and skeleton of a simple reactor 2014-01-03 22:47:59 +01:00
Ole André Vadla Ravnås c3f49c52ef Show number of recv() calls 2013-10-20 20:45:38 +02:00
Ole André Vadla Ravnås 6e6500b341 Make use of call summaries instead of streaming all events 2013-10-20 19:34:50 +02:00
Ole André Vadla Ravnås d5873eb448 Improve cpushark example to also cover call probes 2013-10-18 00:05:05 +02:00
Ole André Vadla Ravnås 3446598523 Add a very basic example Mac app for code tracing 2013-10-16 23:29:53 +02:00