Skip to content

Commit

Permalink
- slightly improved tracing code integration
Browse files Browse the repository at this point in the history
  • Loading branch information
spio committed Apr 25, 2018
1 parent 0ef1211 commit be210e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ yourserver.key
pyvenv/

*.zip

trace_*.log
5 changes: 3 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions functions/perfMetrics.py
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
Expand Down

0 comments on commit be210e3

Please sign in to comment.