We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ff124 commit 195eec9Copy full SHA for 195eec9
blackfire_conprof/__init__.py
@@ -5,17 +5,13 @@
5
logger = log.get_logger(__name__)
6
7
def _print_help():
8
- help_string = '''Usage: blackfire-run <program>
9
- Enable code instrumentation, run a python program, and starts continuous profiling.
+ help_string = '''Usage: blackfire-conprof <application>
+ Runs the application with the Blackfire Continuous Profiler enabled.
10
'''
11
print(help_string)
12
13
14
def _add_bootstrap_to_pythonpath(bootstrap_dir):
15
- """
16
- Add our bootstrap directory to the head of $PYTHONPATH to ensure
17
- it is loaded before program code
18
19
python_path = os.environ.get('PYTHONPATH', '')
20
21
if python_path:
0 commit comments