Small Changes

This commit is contained in:
Felipe Salerno Prado
2016-06-21 17:24:26 +02:00
parent fce19ecd93
commit 928e76aebc
2 changed files with 7 additions and 1 deletions

View File

@@ -506,7 +506,7 @@ def calculateMetrics(pathToTrace, selectedMetrics = []):
else:
calculatedMetrics.append(res)
#print("{0}: {1}".format(res[0], res[1]))
print("{0}: {1}".format(res[0], res[1]))
if (len(getThreads(connection)) > 1):
# for thread in getThreads(connection):

View File

@@ -67,6 +67,9 @@
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
@@ -79,6 +82,9 @@
<height>599</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color:white</string>
</property>
</widget>
</widget>
</widget>