We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6bbabd commit 150c9b2Copy full SHA for 150c9b2
README.rst
@@ -2,13 +2,10 @@
2
Python libusdt bindings
3
===============================
4
5
-.. image:: https://badge.fury.io/py/usdt.png
+.. image:: https://badge.fury.io/py/usdt.svg
6
:target: http://badge.fury.io/py/usdt
7
8
-.. image:: https://pypip.in/d/usdt/badge.png
9
- :target: https://pypi.python.org/pypi/usdt
10
-
11
-.. image:: https://travis-ci.org/nshalman/python-usdt.svg?branch=master
+.. image:: https://travis-ci.org/nshalman/python-usdt.svg
12
:target: https://travis-ci.org/nshalman/python-usdt
13
14
@@ -22,3 +19,5 @@ Features
22
19
* Create USDT providers and probes
23
20
* Fire probes
24
21
* Fallback mode
+* Logging Module
+* Simple Function Boundary Tracer (FBT) decorator
0 commit comments