-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- slightly improved tracing code integration
- Loading branch information
spio
committed
Apr 25, 2018
1 parent
0ef1211
commit be210e3
Showing
3 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,5 @@ yourserver.key | |
pyvenv/ | ||
|
||
*.zip | ||
|
||
trace_*.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,8 +170,9 @@ and piloting settings. | |
|
||
Licence | ||
------- | ||
(☺) 2017 Josef Spillner <[email protected]> | ||
(C) 2017 Zürcher Hochschule für Angewandte Wissenschaften | ||
(☺) 2017, 2018 Josef Spillner <[email protected]> | ||
with contributions from Tobias Brunner, Bernard Jollans and others | ||
(C) 2017, 2018 Zürcher Hochschule für Angewandte Wissenschaften | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use any file in this repository except in compliance with | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Performance metrics generation, useful for testing python3trace executor | ||
|
||
import psutil | ||
import os | ||
import sys | ||
|