Small Changes
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user