Alin Cosmanescu's CC3D Website Related Scratch Space:
For OS X and Unix Users it is straight forward to apply the following patch: GraphPatch
Inside your CC3D directory (the directory which includes the file compucell3d.sh): patch -Np1 < GraphPatch (You may receive an error about SimulationThread.orig, ignore these)
Windows installer, run this: GraphFieldPatch.exe
Profiling CC3D:
The quickest, and dirtiest way to profile is to modify the CC3D start-up script:
1 python -m cProfile ${PREFIX_CC3D}/player/compucell3d.pyw $* --currentDir=${current_directory}
This will run CC3D using the bundled cProfile package.
When You have finished your CC3D session you will get a HUGE output listing:
48934 function calls (47739 primitive calls) in 18.866 CPU seconds
Ordered by: standard name
ncalls tottime percall cumtime percall filename:lineno(function)
1 0.000 0.000 0.000 0.000 <string>:1(<module>)
1 0.000 0.000 0.000 0.000 <string>:1(ArgInfo)
1 0.000 0.000 0.000 0.000 <string>:1(ArgSpec)
1 0.000 0.000 0.000 0.000 <string>:1(Arguments)
1 0.000 0.000 0.000 0.000 <string>:1(Attribute)
1 0.000 0.000 0.000 0.000 <string>:1(ModuleInfo)
1 0.000 0.000 0.000 0.000 <string>:1(Traceback)
1 0.000 0.000 0.000 0.000 <string>:19(ElementTree)
1 0.000 0.000 0.000 0.000 <string>:2(<module>)
1 0.000 0.000 0.000 0.000 <string>:48(iterparse)
1 0.000 0.000 0.000 0.000 <string>:6(Chebyshev)
1 0.000 0.000 0.000 0.000 <string>:6(Polynomial)
1 0.000 0.000 0.000 0.000 BasicSimulationData.py:2(<module>)
1 0.000 0.000 0.000 0.000 BasicSimulationData.py:4(BasicSimulationData)
3 0.000 0.000 0.000 0.000 BasicSimulationData.py:5(__init__)
1 0.063 0.063 0.063 0.063 CC3DSender.py:1(<module>)
1 0.000 0.000 0.000 0.000 CC3DSender.py:13(CC3DSender)
1 0.000 0.000 0.001 0.001 CC3DSender.py:14(__init__)
12 0.000 0.000 0.000 0.000 CC3DXML.py:133(getAttribute)
134 0.000 0.000 0.000 0.000 CC3DXML.py:14(_swig_setattr_nondynamic)
1 0.000 0.000 0.000 0.000 CC3DXML.py:143(getElements)
2 0.000 0.000 0.000 0.000 CC3DXML.py:144(getFirstElement)
2 0.000 0.000 0.000 0.000 CC3DXML.py:145(findElement)
1 0.000 0.000 0.000 0.000 CC3DXML.py:159(getName)
101 0.000 0.000 0.000 0.000 CC3DXML.py:160(getPointerAsLong)
6 0.000 0.000 0.000 0.000 CC3DXML.py:165(<lambda>)
1 0.000 0.000 0.000 0.000 CC3DXML.py:169(CC3DXMLElementWalker)
1 0.000 0.000 0.000 0.000 CC3DXML.py:185(MapStrStr)
1 0.000 0.000 0.000 0.000 CC3DXML.py:187(<lambda>)
1 0.000 0.000 0.000 0.000 CC3DXML.py:189(<lambda>)
1 0.000 0.000 0.000 0.000 CC3DXML.py:208(__setitem__)
1 0.000 0.000 0.000 0.000 CC3DXML.py:209(__init__)
67 0.000 0.000 0.000 0.000 CC3DXML.py:228(<lambda>)
1 0.000 0.000 0.000 0.000 CC3DXML.py:232(MapIntStr)
134 0.000 0.000 0.001 0.000 CC3DXML.py:27(_swig_setattr)
1 0.000 0.000 0.000 0.000 CC3DXML.py:279(DoubleMap)
134 0.000 0.000 0.000 0.000 CC3DXML.py:30(_swig_getattr)
1 0.000 0.000 0.000 0.000 CC3DXML.py:326(ListCC3DXMLElement)
1 0.000 0.000 0.000 0.000 CC3DXML.py:372(CC3DXMLElementListIterator)
67 0.000 0.000 0.000 0.000 CC3DXML.py:374(<lambda>)
67 0.000 0.000 0.000 0.000 CC3DXML.py:376(<lambda>)
67 0.000 0.000 0.001 0.000 CC3DXML.py:387(__init__)
70 0.000 0.000 0.000 0.000 CC3DXML.py:391(getCurrentRef)
67 0.000 0.000 0.000 0.000 CC3DXML.py:392(initialize)
137 0.000 0.000 0.000 0.000 CC3DXML.py:393(isEnd)
67 0.000 0.000 0.000 0.000 CC3DXML.py:395(setToBegin)
70 0.000 0.000 0.000 0.000 CC3DXML.py:399(next)
67 0.000 0.000 0.000 0.000 CC3DXML.py:401(<lambda>)
1 0.000 0.000 0.000 0.000 CC3DXML.py:405(StrStrPair)
1 0.000 0.000 0.000 0.000 CC3DXML.py:438(MapStrStrIterator)
66 0.000 0.000 0.000 0.000 CC3DXML.py:440(<lambda>)
66 0.000 0.000 0.000 0.000 CC3DXML.py:442(<lambda>)
66 0.001 0.000 0.001 0.000 CC3DXML.py:453(__init__)
42 0.000 0.000 0.000 0.000 CC3DXML.py:457(getCurrentRef)
66 0.000 0.000 0.000 0.000 CC3DXML.py:458(initialize)
108 0.000 0.000 0.000 0.000 CC3DXML.py:459(isEnd)
66 0.000 0.000 0.000 0.000 CC3DXML.py:461(setToBegin)
42 0.000 0.000 0.000 0.000 CC3DXML.py:465(next)
66 0.000 0.000 0.000 0.000 CC3DXML.py:467(<lambda>)
1 0.000 0.000 0.000 0.000 CC3DXML.py:473(ListString)
1 0.000 0.000 0.000 0.000 CC3DXML.py:51(PySwigIterator)
1 0.000 0.000 0.000 0.000 CC3DXML.py:521(STLPyIteratorCC3DXMLElementList)
1 0.000 0.000 0.000 0.000 CC3DXML.py:553(ListStringWrapped)
1 0.000 0.000 0.000 0.000 CC3DXML.py:572(Try)
1 0.109 0.109 0.109 0.109 CC3DXML.py:7(<module>)
1 0.000 0.000 0.000 0.000 CC3DXML.py:79(CC3DXMLElementList)
67 0.000 0.000 0.000 0.000 CC3DXML.py:86(<lambda>)
1 0.000 0.000 0.000 0.000 CC3DXML.py:96(CC3DXMLElement)
1 0.000 0.000 0.000 0.000 CMLFieldHandler.py:10(__init__)
1 0.000 0.000 0.000 0.000 CMLFieldHandler.py:116(prepareSimulationStorageDir)
1 0.000 0.000 0.000 0.000 CMLFieldHandler.py:29(setFieldStorage)
1 0.000 0.000 0.000 0.000 CMLFieldHandler.py:52(setMaxNumberOfSteps)
1 0.000 0.000 0.000 0.000 CMLFieldHandler.py:6(<module>)
1 0.000 0.000 0.000 0.000 CMLFieldHandler.py:8(CMLFieldHandler)
1 0.000 0.000 0.000 0.000 CMLParser.py:1(<module>)
1 0.000 0.000 0.000 0.000 CMLParser.py:2(CMLParser)
1 0.000 0.000 0.000 0.000 CMLParser.py:3(__init__)
1 0.000 0.000 0.000 0.000 CMLResultReader.py:10(CMLResultReader)
1 0.001 0.001 0.001 0.001 CMLResultReader.py:2(<module>)
1 0.000 0.000 0.000 0.000 CPlugins.py:16(setParams)
1 0.000 0.000 0.000 0.000 CPlugins.py:2(<module>)
1 0.000 0.000 0.000 0.000 CPlugins.py:5(CPlugins)
1 0.001 0.001 0.001 0.001 CPlugins.py:7(__init__)
1096 0.005 0.000 0.005 0.000 CPluginsModel.py:15(headerData)
1 0.000 0.000 0.000 0.000 CPluginsModel.py:2(<module>)
135 0.000 0.000 0.000 0.000 CPluginsModel.py:25(rowCount)
134 0.001 0.000 0.001 0.000 CPluginsModel.py:28(columnCount)
910 0.003 0.000 0.004 0.000 CPluginsModel.py:31(data)
1 0.000 0.000 0.000 0.000 CPluginsModel.py:47(loadData)
1 0.000 0.000 0.000 0.000 CPluginsModel.py:5(CPluginsModel)
1 0.000 0.000 0.000 0.000 CPluginsModel.py:7(__init__)
1 0.000 0.000 0.000 0.000 CQApplication.py:16(registerObject)
1 0.000 0.000 0.000 0.000 CQApplication.py:2(<module>)
1 0.000 0.000 0.000 0.000 CQApplication.py:7(CQApplication)
1 0.346 0.346 0.346 0.346 CQApplication.py:8(__init__)
1 0.000 0.000 0.000 0.000 CTabWidget.py:3(<module>)
1 0.000 0.000 0.000 0.000 CTabWidget.py:40(setTabContextMenuPolicy)
1 0.000 0.000 0.000 0.000 CTabWidget.py:8(CTabWidget)
2 0.000 0.000 0.000 0.000 CompuCell.py:1080(getCellFieldG)
1 0.000 0.000 0.000 0.000 CompuCell.py:1090(Steppable)
1 0.000 0.000 0.000 0.000 CompuCell.py:1109(ClassRegistry)
1 0.000 0.000 0.000 0.000 CompuCell.py:1133(SteerableObject)
1 0.000 0.000 0.000 0.000 CompuCell.py:1150(Simulator)
1 0.000 0.000 0.000 0.000 CompuCell.py:1178(getCerrStreamBufOrig)
1 0.000 0.000 0.000 0.000 CompuCell.py:1179(restoreCerrStreamBufOrig)
2 0.000 0.000 0.000 0.000 CompuCell.py:1206(getNumSteps)
2 0.000 0.000 0.000 0.000 CompuCell.py:1219(getPotts)
1 0.000 0.000 0.000 0.000 CompuCell.py:1227(getConcentrationFieldNameVector)
1 0.000 0.000 0.000 0.000 CompuCell.py:1247(ParseData)
1 0.000 0.000 0.000 0.000 CompuCell.py:126(BoundaryStrategy)
1 0.000 0.000 0.000 0.000 CompuCell.py:1270(ParserStorage)
1 0.000 0.000 0.000 0.000 CompuCell.py:1313(EnergyFunctionCalculatorParseData)
1 0.000 0.000 0.000 0.000 CompuCell.py:1330(EnergyFunctionCalculatorStatisticsParseData)
1 0.000 0.000 0.000 0.000 CompuCell.py:1380(PottsParseData)
1 0.000 0.000 0.000 0.000 CompuCell.py:1521(InertiaTensorComponents)
1 0.000 0.000 0.000 0.000 CompuCell.py:1559(Vector3)
1 0.000 0.000 0.000 0.000 CompuCell.py:1614(BasicException)
1 0.000 0.000 0.000 0.000 CompuCell.py:1643(cellInvPyItr)
1 0.000 0.000 0.000 0.000 CompuCell.py:1676(STLPyIteratorCINV)
1 0.000 0.000 0.000 0.000 CompuCell.py:1707(STLPyIteratorCOMPARTMENT)
1 0.000 0.000 0.000 0.000 CompuCell.py:171(CellG)
1 0.000 0.000 0.000 0.000 CompuCell.py:1741(Coordinates3DDouble)
1 0.000 0.000 0.000 0.000 CompuCell.py:1773(PyCompuCellObjAdapter)
1 0.000 0.000 0.000 0.000 CompuCell.py:1805(EnergyFunctionPyWrapper)
1 0.000 0.000 0.000 0.000 CompuCell.py:1826(ChangeWatcherPyWrapper)
1 0.000 0.000 0.000 0.000 CompuCell.py:1846(TypeChangeWatcherPyWrapper)
1 0.000 0.000 0.000 0.000 CompuCell.py:1866(StepperPyWrapper)
1 0.000 0.000 0.000 0.000 CompuCell.py:1886(PyAttributeAdder)
1 0.000 0.000 0.000 0.000 CompuCell.py:1915(VectorParseDataPtr)
1 0.000 0.000 0.000 0.000 CompuCell.py:1962(BasicClassGroup)
1 0.000 0.000 0.000 0.000 CompuCell.py:1974(ConnectivityLocalFlexData)
1 0.000 0.000 0.000 0.000 CompuCell.py:1992(connectivitylocalflexaccessor)
1 0.000 0.000 0.000 0.000 CompuCell.py:2008(ConnectivityLocalFlexPlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:2032(ConnectivityGlobalData)
1 0.000 0.000 0.000 0.000 CompuCell.py:2050(connectivityGlobalaccessor)
1 0.000 0.000 0.000 0.000 CompuCell.py:2066(ConnectivityGlobalPlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:2091(LengthConstraintData)
1 0.000 0.000 0.000 0.000 CompuCell.py:2115(lengthconstraintccessor)
1 0.000 0.000 0.000 0.000 CompuCell.py:2131(LengthEnergyParam)
1 0.000 0.000 0.000 0.000 CompuCell.py:2158(LengthConstraintPlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:2194(ChemotaxisSimpleEnergy)
1 0.000 0.000 0.000 0.000 CompuCell.py:2211(ChemotaxisData)
1 0.000 0.000 0.000 0.000 CompuCell.py:2263(ChemotaxisFieldData)
1 0.000 0.000 0.000 0.000 CompuCell.py:2291(ChemotaxisPlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:2317(MitosisPlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:2349(OrientationVectorsMitosis)
1 0.000 0.000 0.000 0.000 CompuCell.py:2370(MitosisSimplePlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:2424(VolumeTrackerPlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:2447(NeighborSurfaceData)
1 0.000 0.000 0.000 0.000 CompuCell.py:2474(NeighborTracker)
1 0.000 0.000 0.000 0.000 CompuCell.py:2493(neighbortrackeraccessor)
1 0.000 0.000 0.000 0.000 CompuCell.py:2509(nsdSetPyItr)
1 0.000 0.000 0.000 0.000 CompuCell.py:2542(neighborsurfacedataset)
1 0.000 0.000 0.000 0.000 CompuCell.py:2580(NeighborTrackerPlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:2605(PixelTrackerData)
1 0.000 0.000 0.000 0.000 CompuCell.py:2625(PixelTracker)
1 0.000 0.000 0.000 0.000 CompuCell.py:2643(PixelTrackerAccessor)
1 0.000 0.000 0.000 0.000 CompuCell.py:2659(PixelTrackerDataset)
1 0.000 0.000 0.000 0.000 CompuCell.py:2697(pixelSetPyItr)
1 0.000 0.000 0.000 0.000 CompuCell.py:2730(PixelTrackerPlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:2753(BoundaryPixelTrackerData)
1 0.000 0.000 0.000 0.000 CompuCell.py:2773(BoundaryPixelTracker)
1 0.000 0.000 0.000 0.000 CompuCell.py:2791(BoundaryPixelTrackerAccessor)
1 0.000 0.000 0.000 0.000 CompuCell.py:2807(BoundaryPixelTrackerDataset)
1 0.000 0.000 0.000 0.000 CompuCell.py:2845(boundaryPixelSetPyItr)
1 0.000 0.000 0.000 0.000 CompuCell.py:2878(BoundaryPixelTrackerPlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:2904(ContactLocalFlexData)
1 0.000 0.000 0.000 0.000 CompuCell.py:2926(ContactLocalFlexDataContainer)
1 0.000 0.000 0.000 0.000 CompuCell.py:2947(contactlocalflexcontainerccessor)
1 0.000 0.000 0.000 0.000 CompuCell.py:2963(clfdSetPyItr)
1 0.000 0.000 0.000 0.000 CompuCell.py:2996(contactlocalflexdataset)
1 0.000 0.000 0.000 0.000 CompuCell.py:300(Cell)
1 0.000 0.000 0.000 0.000 CompuCell.py:3034(ContactLocalFlexPlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:3064(ContactLocalProductData)
1 0.000 0.000 0.000 0.000 CompuCell.py:3082(contactproductflexccessor)
1 0.000 0.000 0.000 0.000 CompuCell.py:3098(jVecPyItr)
1 0.000 0.000 0.000 0.000 CompuCell.py:3131(contactproductdatacontainertype)
1 0.000 0.000 0.000 0.000 CompuCell.py:315(CellPtr)
1 0.000 0.000 0.000 0.000 CompuCell.py:3179(ContactLocalProductPlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:3217(ContactMultiCadData)
1 0.000 0.000 0.000 0.000 CompuCell.py:3237(CadherinData)
1 0.000 0.000 0.000 0.000 CompuCell.py:3261(ContactMultiCadSpecificityCadherin)
1 0.000 0.000 0.000 0.000 CompuCell.py:3284(contactmulticaddataaccessor)
1 0.000 0.000 0.000 0.000 CompuCell.py:3300(ContactMultiCadPlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:3326(AdhesionFlexData)
1 0.000 0.000 0.000 0.000 CompuCell.py:333(Point3D)
1 0.000 0.000 0.000 0.000 CompuCell.py:3347(AdhesionMoleculeDensityData)
1 0.000 0.000 0.000 0.000 CompuCell.py:3368(adhesionflexdataaccessor)
1 0.000 0.000 0.000 0.000 CompuCell.py:3384(AdhesionFlexPlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:3423(CellOrientationVector)
1 0.000 0.000 0.000 0.000 CompuCell.py:3447(cellOrientationVectorAccessor)
1 0.000 0.000 0.000 0.000 CompuCell.py:3463(LambdaCellOrientationAccessor)
1 0.000 0.000 0.000 0.000 CompuCell.py:3479(LambdaCellOrientation)
1 0.000 0.000 0.000 0.000 CompuCell.py:3497(CellOrientationPlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:3528(PolarizationVector)
1 0.000 0.000 0.000 0.000 CompuCell.py:3552(polarizationVectorAccessor)
1 0.000 0.000 0.000 0.000 CompuCell.py:3568(PolarizationVectorPlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:3589(ElasticityTrackerData)
1 0.000 0.000 0.000 0.000 CompuCell.py:3617(ElasticityTracker)
1 0.000 0.000 0.000 0.000 CompuCell.py:3635(elasticityTrackerAccessor)
1 0.000 0.000 0.000 0.000 CompuCell.py:364(Dim3D)
1 0.000 0.000 0.000 0.000 CompuCell.py:3651(elasticitySetPyItr)
1 0.000 0.000 0.000 0.000 CompuCell.py:3684(elasticityTrackerDataSet)
1 0.000 0.000 0.000 0.000 CompuCell.py:3722(ElasticityTrackerPlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:3751(PlasticityTrackerData)
1 0.000 0.000 0.000 0.000 CompuCell.py:3776(PlasticityTracker)
1 0.000 0.000 0.000 0.000 CompuCell.py:3794(plasticityTrackerAccessor)
1 0.000 0.000 0.000 0.000 CompuCell.py:3810(plasticitySetPyItr)
1 0.000 0.000 0.000 0.000 CompuCell.py:3843(plasticityTrackerDataSet)
1 0.000 0.000 0.000 0.000 CompuCell.py:386(NeighborFinderParams)
1 0.000 0.000 0.000 0.000 CompuCell.py:3881(PlasticityTrackerPlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:3906(FocalPointPlasticityTrackerData)
1 0.000 0.000 0.000 0.000 CompuCell.py:3943(FocalPointPlasticityTracker)
1 0.000 0.000 0.000 0.000 CompuCell.py:3967(FocalPointPlasticityJunctionCounter)
1 0.000 0.000 0.000 0.000 CompuCell.py:3983(focalPointPlasticityTrackerAccessor)
1 0.000 0.000 0.000 0.000 CompuCell.py:3999(focalPointPlasticitySetPyItr)
1 0.000 0.000 0.000 0.000 CompuCell.py:4032(focalPointPlasticityTrackerDataSet)
1 0.000 0.000 0.000 0.000 CompuCell.py:4070(FocalPointPlasticityPlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:4105(MomentOfInertiaPlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:4142(FieldSecretorPixelData)
1 0.000 0.000 0.000 0.000 CompuCell.py:4162(FieldSecretor)
1 0.000 0.000 0.000 0.000 CompuCell.py:417(pluginmanagertemplate)
1 0.000 0.000 0.000 0.000 CompuCell.py:4199(SecretionPlugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:4226(SteppableOrientationVectorsMitosis)
1 0.000 0.000 0.000 0.000 CompuCell.py:4247(CompartmentMitosisData)
1 0.000 0.000 0.000 0.000 CompuCell.py:4274(MitosisSteppable)
1 0.000 0.000 0.000 0.000 CompuCell.py:437(steppablemanagertemplate)
1 0.000 0.000 0.000 0.000 CompuCell.py:455(cellfield)
1 0.000 0.000 0.000 0.000 CompuCell.py:463(getDim)
2 0.000 0.000 0.000 0.000 CompuCell.py:472(<lambda>)
1 0.000 0.000 0.000 0.000 CompuCell.py:476(floatfield)
1 0.000 0.000 0.000 0.000 CompuCell.py:497(watchablecellfield)
1 0.000 0.000 0.000 0.000 CompuCell.py:51(PySwigIterator)
1 0.000 0.000 0.000 0.000 CompuCell.py:514(vectorstdstring)
1 0.000 0.000 0.000 0.000 CompuCell.py:560(vectordouble)
1 0.000 0.000 0.000 0.000 CompuCell.py:606(vectorint)
1 0.000 0.000 0.000 0.000 CompuCell.py:652(cellgchangewatcher)
1 0.000 0.000 0.000 0.000 CompuCell.py:665(vectorCellGPtr)
1 0.129 0.129 0.132 0.132 CompuCell.py:7(<module>)
1 0.000 0.000 0.000 0.000 CompuCell.py:711(mapLongCellGPtr)
1 0.000 0.000 0.000 0.000 CompuCell.py:758(mapLongmapLongCellGPtr)
1 0.000 0.000 0.000 0.000 CompuCell.py:79(templatebasicpluginmanagerplugin)
1 0.000 0.000 0.000 0.000 CompuCell.py:805(CellGChangeWatcher)
1 0.000 0.000 0.000 0.000 CompuCell.py:819(TypeChangeWatcher)
1 0.000 0.000 0.000 0.000 CompuCell.py:832(TypeTransition)
1 0.000 0.000 0.000 0.000 CompuCell.py:849(Automaton)
1 0.000 0.000 0.000 0.000 CompuCell.py:869(CC3DCellList)
1 0.000 0.000 0.000 0.000 CompuCell.py:887(CompartmentInventory)
1 0.000 0.000 0.000 0.000 CompuCell.py:914(CellIdentifier)
1 0.000 0.000 0.000 0.000 CompuCell.py:936(CellInventory)
1 0.000 0.000 0.000 0.000 CompuCell.py:96(Neighbor)
1 0.000 0.000 0.000 0.000 CompuCell.py:968(Potts3D)
2 0.000 0.000 0.000 0.000 CompuCell.py:984(<lambda>)
1 0.001 0.001 0.001 0.001 CompuCellSetup.py:1(<module>)
1 0.000 0.000 0.000 0.000 CompuCellSetup.py:108(getFullFileNameAndFilePath)
1 0.000 0.000 0.000 0.000 CompuCellSetup.py:132(setPlayerSimulationPythonScriptName)
1 0.000 0.000 0.000 0.000 CompuCellSetup.py:189(normalizePath)
1 0.000 0.000 0.000 0.000 CompuCellSetup.py:36(CC3DCPlusPlusError)
1 0.000 0.000 0.000 0.000 CompuCellSetup.py:373(XML2ObjConverterAdapter)
1 0.000 0.000 0.000 0.000 CompuCellSetup.py:44(SimulationPaths)
2 0.000 0.000 0.000 0.000 CompuCellSetup.py:45(__init__)
1 0.000 0.000 0.002 0.002 CompuCellSetup.py:636(createCMLFieldHandler)
1 0.000 0.000 0.000 0.000 CompuCellSetup.py:647(initCMLFieldHandler)
1 0.000 0.000 0.000 0.000 CompuCellSetup.py:756(ExtractLatticeType)
1 0.000 0.000 0.000 0.000 CompuCellSetup.py:914(getNameForSimDir)
1 0.000 0.000 0.000 0.000 CompuCellSetup.py:944(makeSimDir)
1 0.001 0.001 0.001 0.001 ConfigurationDialog.py:2(<module>)
1 0.000 0.000 0.000 0.000 ConfigurationDialog.py:20(ConfigurationDialog)
1 0.000 0.000 0.000 0.000 ConfigurationPageBase.py:3(<module>)
1 0.000 0.000 0.000 0.000 ConfigurationPageBase.py:6(ConfigurationPageBase)
1 0.000 0.000 0.029 0.029 Console.py:10(__init__)
1 0.000 0.000 0.000 0.000 Console.py:123(sizeHint)
1 0.000 0.000 0.000 0.000 Console.py:126(ConsoleWidget)
1 0.001 0.001 0.001 0.001 Console.py:130(__init__)
1 0.005 0.005 0.130 0.130 Console.py:2(<module>)
1 0.000 0.000 0.000 0.000 Console.py:43(getStdErrConsole)
3 0.000 0.000 0.000 0.000 Console.py:46(getSyntaxErrorConsole)
1 0.000 0.000 0.000 0.000 Console.py:52(bringUpOutputConsole)
1 0.000 0.000 0.000 0.000 Console.py:9(Console)
1 0.000 0.000 0.000 0.000 DrawingParameters.py:1(<module>)
1 0.000 0.000 0.000 0.000 DrawingParameters.py:1(DrawingParameters)
6 0.000 0.000 0.000 0.000 DrawingParameters.py:2(__init__)
1 0.000 0.000 0.001 0.001 ElementPath.py:54(<module>)
1 0.000 0.000 0.000 0.000 ElementPath.py:60(xpath_descendant_or_self)
1 0.000 0.000 0.000 0.000 ElementPath.py:66(Path)
1 0.000 0.000 0.000 0.000 ElementTree.py:1023(TreeBuilder)
1 0.000 0.000 0.000 0.000 ElementTree.py:1111(XMLTreeBuilder)
1 0.000 0.000 0.000 0.000 ElementTree.py:114(_SimpleElementPath)
1 0.000 0.000 0.000 0.000 ElementTree.py:159(_ElementInterface)
1 0.000 0.000 0.000 0.000 ElementTree.py:517(QName)
1 0.000 0.000 0.000 0.000 ElementTree.py:540(ElementTree)
1 0.002 0.002 0.015 0.015 ElementTree.py:75(<module>)
1 0.000 0.000 0.000 0.000 ElementTree.py:874(iterparse)
1 0.062 0.062 0.125 0.125 ErrorConsole.py:2(<module>)
1 0.000 0.000 0.000 0.000 ErrorConsole.py:24(ErrorConsole)
1 0.000 0.000 0.000 0.000 ErrorConsole.py:244(SyntaxErrorLexer)
1 0.000 0.000 0.000 0.000 ErrorConsole.py:245(__init__)
32 0.000 0.000 0.000 0.000 ErrorConsole.py:276(description)
33 0.000 0.000 0.000 0.000 ErrorConsole.py:279(defaultColor)
33 0.000 0.000 0.000 0.000 ErrorConsole.py:294(defaultFont)
33 0.000 0.000 0.000 0.000 ErrorConsole.py:308(defaultPaper)
33 0.000 0.000 0.000 0.000 ErrorConsole.py:322(defaultEolFill)
1 0.004 0.004 0.009 0.009 ErrorConsole.py:34(__init__)
1 0.000 0.000 0.000 0.000 ErrorConsole.py:99(setPlayerMainWidget)
1 0.000 0.000 0.000 0.000 Example.py:51(PySwigIterator)
1 0.069 0.069 0.069 0.069 Example.py:7(<module>)
1 0.000 0.000 0.000 0.000 Example.py:79(PyNewPlugin)
1 0.007 0.007 0.616 0.616 GraphicsFrameWidget.py:1(<module>)
48 0.000 0.000 0.000 0.000 GraphicsFrameWidget.py:146(__getattr__)
18 0.000 0.000 0.001 0.000 GraphicsFrameWidget.py:199(Render)
1 0.000 0.000 0.000 0.000 GraphicsFrameWidget.py:214(setZoomItems)
2 0.000 0.000 0.000 0.000 GraphicsFrameWidget.py:218(setPlane)
18 0.000 0.000 0.000 0.000 GraphicsFrameWidget.py:221(getPlane)
2 0.000 0.000 0.001 0.000 GraphicsFrameWidget.py:224(initCrossSectionToolbar)
2 0.001 0.000 0.001 0.000 GraphicsFrameWidget.py:253(__initCrossSectionActions)
1 0.000 0.000 0.023 0.023 GraphicsFrameWidget.py:338(_projComboBoxChanged)
1 0.000 0.000 0.023 0.023 GraphicsFrameWidget.py:397(_projSpinBoxChanged)
3 0.000 0.000 0.021 0.007 GraphicsFrameWidget.py:467(_fieldTypeChanged)
2 0.000 0.000 0.000 0.000 GraphicsFrameWidget.py:480(setDrawingStyle)
1 0.000 0.000 0.000 0.000 GraphicsFrameWidget.py:53(GraphicsFrameWidget)
1 0.000 0.000 0.000 0.000 GraphicsFrameWidget.py:546(setConnects)
2 0.001 0.000 0.269 0.134 GraphicsFrameWidget.py:55(__init__)
1 0.000 0.000 0.023 0.023 GraphicsFrameWidget.py:565(setInitialCrossSection)
9 0.000 0.000 0.129 0.014 GraphicsFrameWidget.py:611(setFieldTypesComboBox)
1 0.000 0.000 0.000 0.000 LatticeDataModel.py:2(<module>)
1 0.000 0.000 0.000 0.000 LatticeDataModel.py:5(LatticeDataModel)
1 0.000 0.000 0.000 0.000 LatticeDataModel.py:7(__init__)
1 0.000 0.000 0.000 0.000 LatticeDataModelTable.py:2(<module>)
1 0.000 0.000 0.000 0.000 LatticeDataModelTable.py:5(LatticeDataModelTable)
1 0.001 0.001 0.001 0.001 LatticeDataModelTable.py:7(__init__)
18 0.003 0.000 0.275 0.015 MVCDrawModel2D.py:1252(initBordersActors2D)
1 0.000 0.000 0.000 0.000 MVCDrawModel2D.py:16(MVCDrawModel2D)
2 0.000 0.000 0.014 0.007 MVCDrawModel2D.py:17(__init__)
1 0.000 0.000 0.001 0.001 MVCDrawModel2D.py:2(<module>)
18 0.010 0.001 0.016 0.001 MVCDrawModel2D.py:2257(initCellFieldActorsData)
2 0.012 0.006 0.013 0.006 MVCDrawModel2D.py:24(initArea)
18 0.014 0.001 0.033 0.002 MVCDrawModel2D.py:69(prepareOutlineActors)
36 0.000 0.000 0.000 0.000 MVCDrawModel2D.py:941(dimOrder)
36 0.000 0.000 0.000 0.000 MVCDrawModel2D.py:966(planeMapper)
18 0.007 0.000 0.083 0.005 MVCDrawModel2D.py:97(initCellFieldActors)
1 0.000 0.000 0.000 0.000 MVCDrawModel3D.py:1(<module>)
1 0.000 0.000 0.000 0.000 MVCDrawModel3D.py:15(MVCDrawModel3D)
2 0.000 0.000 0.005 0.003 MVCDrawModel3D.py:16(__init__)
2 0.004 0.002 0.005 0.002 MVCDrawModel3D.py:26(initArea)
1 0.000 0.000 0.000 0.000 MVCDrawModelBase.py:1(<module>)
330 0.000 0.000 0.000 0.000 MVCDrawModelBase.py:131(toVTKColor)
4 0.000 0.000 0.002 0.001 MVCDrawModelBase.py:142(setParams)
10 0.001 0.000 0.003 0.000 MVCDrawModelBase.py:159(populateLookupTable)
1 0.000 0.000 0.000 0.000 MVCDrawModelBase.py:48(MVCDrawModelBase)
4 0.000 0.000 0.000 0.000 MVCDrawModelBase.py:49(__init__)
1 0.000 0.000 0.000 0.000 MVCDrawModelBase.py:6(setVTKPaths)
34 0.000 0.000 0.000 0.000 MVCDrawModelBase.py:61(setDrawingParametersObject)
34 0.000 0.000 0.000 0.000 MVCDrawModelBase.py:64(setDrawingParameters)
54 0.000 0.000 0.001 0.000 MVCDrawModelBase.py:90(extractAddressIntFromVtkObject)
1 0.000 0.000 0.000 0.000 MVCDrawView2D.py:18(MVCDrawView2D)
2 0.000 0.000 0.005 0.002 MVCDrawView2D.py:19(__init__)
1 0.001 0.001 0.004 0.004 MVCDrawView2D.py:2(<module>)
18 0.000 0.000 0.002 0.000 MVCDrawView2D.py:253(setBorderColor)
2 0.000 0.000 0.001 0.001 MVCDrawView2D.py:27(initArea)
18 0.000 0.000 0.000 0.000 MVCDrawView2D.py:313(showOutlineActor)
18 0.009 0.000 0.406 0.023 MVCDrawView2D.py:322(drawCellField)
2 0.000 0.000 0.000 0.000 MVCDrawView2D.py:75(setPlane)
8 0.002 0.000 1.319 0.165 MVCDrawView2D.py:773(takeSimShot)
34 0.000 0.000 0.000 0.000 MVCDrawView2D.py:81(getPlane)
18 0.002 0.000 0.280 0.016 MVCDrawView2D.py:810(drawBorders2D)
1 0.000 0.000 0.000 0.000 MVCDrawView2D.py:85(showBorder)
2 0.000 0.000 0.000 0.000 MVCDrawView3D.py:118(set3DInvisibleTypes)
1 0.000 0.000 0.000 0.000 MVCDrawView3D.py:16(MVCDrawView3D)
2 0.000 0.000 0.004 0.002 MVCDrawView3D.py:17(__init__)
1 0.001 0.001 0.001 0.001 MVCDrawView3D.py:2(<module>)
2 0.000 0.000 0.001 0.001 MVCDrawView3D.py:27(initArea)
1 0.001 0.001 0.001 0.001 MVCDrawViewBase.py:1(<module>)
18 0.000 0.000 0.406 0.023 MVCDrawViewBase.py:144(drawField)
306 0.000 0.000 0.000 0.000 MVCDrawViewBase.py:193(toVTKColor)
6 0.000 0.000 0.004 0.001 MVCDrawViewBase.py:212(setParams)
6 0.000 0.000 0.004 0.001 MVCDrawViewBase.py:221(populateLookupTable)
18 0.000 0.000 0.000 0.000 MVCDrawViewBase.py:265(conMinMax)
2 0.000 0.000 0.000 0.000 MVCDrawViewBase.py:296(setZoomItems)
1 0.000 0.000 0.000 0.000 MVCDrawViewBase.py:418(setStatusBar)
1 0.000 0.000 0.000 0.000 MVCDrawViewBase.py:42(MVCDrawViewBase)
2 0.000 0.000 0.001 0.001 MVCDrawViewBase.py:422(readSettings)
6 0.006 0.001 0.006 0.001 MVCDrawViewBase.py:43(__init__)
2 0.000 0.000 0.001 0.000 MVCDrawViewBase.py:431(readColorsSets)
2 0.000 0.000 0.000 0.000 MVCDrawViewBase.py:439(readViewSets)
2 0.000 0.000 0.000 0.000 MVCDrawViewBase.py:444(readColormapSets)
2 0.000 0.000 0.000 0.000 MVCDrawViewBase.py:456(readOutputSets)
2 0.000 0.000 0.000 0.000 MVCDrawViewBase.py:463(readVectorSets)
2 0.000 0.000 0.000 0.000 MVCDrawViewBase.py:478(readVisualSets)
16 0.000 0.000 0.000 0.000 MVCDrawViewBase.py:62(setDrawingFunctionName)
5 0.000 0.000 0.000 0.000 MVCDrawViewBase.py:71(clearDisplay)
18 0.000 0.000 0.001 0.000 MVCDrawViewBase.py:78(Render)
27 0.000 0.000 0.000 0.000 MVCDrawViewBase.py:90(setFieldTypes)
18 0.001 0.000 0.407 0.023 MVCDrawViewBase.py:96(drawFieldLocal)
1 0.000 0.000 0.000 0.000 MVCDrawViewGraph.py:30(MVCDrawViewGraph)
2 0.000 0.000 0.011 0.006 MVCDrawViewGraph.py:32(__init__)
2 0.008 0.004 0.008 0.004 MVCDrawViewGraph.py:44(initArea)
1 0.004 0.004 0.112 0.112 MVCDrawViewGraph.py:8(<module>)
1 0.000 0.000 0.000 0.000 ModelEditor.py:17(setParams)
1 0.000 0.000 0.000 0.000 ModelEditor.py:2(<module>)
1 0.000 0.000 0.000 0.000 ModelEditor.py:7(ModelEditor)
1 0.001 0.001 0.001 0.001 ModelEditor.py:9(__init__)
1 0.000 0.000 0.000 0.000 PlayerPython.py:125(vectorstring)
8 0.000 0.000 0.000 0.000 PlayerPython.py:14(_swig_setattr_nondynamic)
1 0.000 0.000 0.000 0.000 PlayerPython.py:171(FieldStorage)
4 0.000 0.000 0.000 0.000 PlayerPython.py:173(<lambda>)
4 0.000 0.000 0.000 0.000 PlayerPython.py:175(<lambda>)
4 0.000 0.000 0.000 0.000 PlayerPython.py:177(__init__)
3 0.000 0.000 0.000 0.000 PlayerPython.py:182(<lambda>)
1 0.011 0.011 0.011 0.011 PlayerPython.py:185(allocateCellField)
1 0.000 0.000 0.000 0.000 PlayerPython.py:189(getScalarFieldNameVector)
1 0.000 0.000 0.000 0.000 PlayerPython.py:194(getVectorFieldCellLevelNameVector)
1 0.000 0.000 0.000 0.000 PlayerPython.py:199(getVectorFieldNameVector)
1 0.000 0.000 0.000 0.000 PlayerPython.py:204(getScalarFieldCellLevelNameVector)
1 0.000 0.000 0.000 0.000 PlayerPython.py:213(FieldExtractorBase)
54 0.001 0.000 0.001 0.000 PlayerPython.py:252(unmangleSWIGVktPtrAsLong)
1 0.000 0.000 0.000 0.000 PlayerPython.py:256(FieldExtractor)
3 0.000 0.000 0.000 0.000 PlayerPython.py:259(<lambda>)
3 0.000 0.000 0.000 0.000 PlayerPython.py:262(<lambda>)
8 0.000 0.000 0.000 0.000 PlayerPython.py:27(_swig_setattr)
3 0.000 0.000 0.000 0.000 PlayerPython.py:270(__init__)
2 0.000 0.000 0.000 0.000 PlayerPython.py:275(<lambda>)
3 0.000 0.000 0.000 0.000 PlayerPython.py:276(setFieldStorage)
18 0.059 0.003 0.059 0.003 PlayerPython.py:279(fillCellFieldData2D)
18 0.268 0.015 0.268 0.015 PlayerPython.py:282(fillBorderData2D)
8 0.000 0.000 0.000 0.000 PlayerPython.py:30(_swig_getattr)
1 0.000 0.000 0.000 0.000 PlayerPython.py:307(init)
1 0.000 0.000 0.000 0.000 PlayerPython.py:311(FieldExtractorCML)
1 0.000 0.000 0.000 0.000 PlayerPython.py:358(FieldWriter)
1 0.000 0.000 0.000 0.000 PlayerPython.py:360(<lambda>)
1 0.000 0.000 0.000 0.000 PlayerPython.py:362(<lambda>)
1 0.000 0.000 0.000 0.000 PlayerPython.py:370(__init__)
1 0.000 0.000 0.000 0.000 PlayerPython.py:375(<lambda>)
2 0.000 0.000 0.000 0.000 PlayerPython.py:376(setFieldStorage)
1 0.000 0.000 0.000 0.000 PlayerPython.py:378(init)
1 0.000 0.000 0.000 0.000 PlayerPython.py:51(PySwigIterator)
1 0.076 0.076 0.076 0.076 PlayerPython.py:7(<module>)
1 0.000 0.000 0.000 0.000 PlayerPython.py:79(vectorint)
1 0.000 0.000 0.000 0.000 PlotManagerSetup.py:1(<module>)
1 0.000 0.000 0.000 0.000 PlotManagerSetup.py:1(PlotManagerBase)
1 0.000 0.000 0.000 0.000 PlotManagerSetup.py:12(reset)
2 0.001 0.000 0.086 0.043 PlotManagerSetup.py:19(checkSupportForPlotting)
1 0.000 0.000 0.002 0.002 PlotManagerSetup.py:2(__init__)
1 0.000 0.000 0.086 0.086 PlotManagerSetup.py:38(createPlotManager)
3 0.000 0.000 0.000 0.000 PlotManagerSetup.py:8(initSignalAndSlots)
1 0.003 0.003 0.003 0.003 QVTKRenderWidget.py:22(<module>)
1 0.000 0.000 0.000 0.000 QVTKRenderWidget.py:46(setVTKPaths)
1 0.000 0.000 0.000 0.000 QVTKRenderWidget.py:73(QVTKRenderWidget)
2 0.012 0.006 0.016 0.008 QVTKRenderWindowInteractor_mac.py:147(__init__)
4 0.000 0.000 0.000 0.000 QVTKRenderWindowInteractor_mac.py:224(__getattr__)
2 0.000 0.000 0.000 0.000 QVTKRenderWindowInteractor_mac.py:261(sizeHint)
55 0.000 0.000 0.000 0.000 QVTKRenderWindowInteractor_mac.py:265(paintEngine)
17 0.000 0.000 0.732 0.043 QVTKRenderWindowInteractor_mac.py:268(paintEvent)
1 0.000 0.000 0.000 0.000 QVTKRenderWindowInteractor_mac.py:271(resizeEvent)
1 0.000 0.000 0.000 0.000 QVTKRenderWindowInteractor_mac.py:28(<module>)
2 0.000 0.000 0.000 0.000 QVTKRenderWindowInteractor_mac.py:318(setMouseInteractionSchemeTo2D)
1 0.000 0.000 0.000 0.000 QVTKRenderWindowInteractor_mac.py:36(setVTKPaths)
9 0.000 0.000 0.106 0.012 QVTKRenderWindowInteractor_mac.py:413(resetCamera)
2 0.000 0.000 0.000 0.000 QVTKRenderWindowInteractor_mac.py:455(GetRenderWindow)
18 0.000 0.000 0.001 0.000 QVTKRenderWindowInteractor_mac.py:458(Render)
1 0.000 0.000 0.000 0.000 QVTKRenderWindowInteractor_mac.py:63(QVTKRenderWindowInteractor)
1 0.000 0.000 0.000 0.000 RollbackImporter.py:22(<module>)
1 0.000 0.000 0.000 0.000 RollbackImporter.py:23(RollbackImporter)
1 0.001 0.001 0.001 0.001 RollbackImporter.py:24(__init__)
328 0.000 0.000 0.003 0.000 RollbackImporter.py:32(_import)
1 0.000 0.000 0.000 0.000 ScreenshotManager.py:11(ScreenshotData)
1 0.000 0.000 0.000 0.000 ScreenshotManager.py:2(<module>)
8 0.000 0.000 0.010 0.001 ScreenshotManager.py:315(outputScreenshots)
1 0.000 0.000 0.000 0.000 ScreenshotManager.py:76(ScreenshotManager)
1 0.000 0.000 0.071 0.071 ScreenshotManager.py:77(__init__)
1 0.000 0.000 0.000 0.000 SimDelegate.py:1(<module>)
1 0.000 0.000 0.000 0.000 SimDelegate.py:5(SimDelegate)
1 0.000 0.000 0.000 0.000 SimDelegate.py:7(__init__)
1 0.000 0.000 0.000 0.000 SimModel.py:12(SimModel)
45 0.000 0.000 0.000 0.000 SimModel.py:120(parent)
2 0.001 0.000 0.123 0.062 SimModel.py:15(__init__)
16 0.000 0.000 0.000 0.000 SimModel.py:153(rowCount)
1 0.001 0.001 0.001 0.001 SimModel.py:2(<module>)
1 0.000 0.000 0.000 0.000 SimModel.py:205(checkSanity)
1 0.000 0.000 0.000 0.000 SimModel.py:38(setPrintFlag)
21 0.000 0.000 0.000 0.000 SimModel.py:49(columnCount)
63 0.000 0.000 0.000 0.000 SimModel.py:56(treeItemFromIndex)
342 0.001 0.000 0.002 0.000 SimModel.py:62(data)
36 0.000 0.000 0.000 0.000 SimModel.py:76(flags)
132 0.001 0.000 0.001 0.000 SimModel.py:85(headerData)
63 0.000 0.000 0.001 0.000 SimModel.py:92(index)
1 0.000 0.000 0.000 0.000 SimpleTabView.py:1012(setFieldType)
1 0.000 0.000 0.002 0.002 SimpleTabView.py:1017(closeEventSimpleTabView)
1 0.000 0.000 0.481 0.481 SimpleTabView.py:1109(initializeSimulationViewWidgetRegular)
1 0.000 0.000 0.481 0.481 SimpleTabView.py:1237(initializeSimulationViewWidget)
1 0.000 0.000 0.000 0.000 SimpleTabView.py:1250(loadCustomPlayerSettings)
1 0.000 0.000 0.009 0.009 SimpleTabView.py:1431(handleSimulationFinishedRegular)
1 0.000 0.000 0.009 0.009 SimpleTabView.py:1434(handleSimulationFinished)
15 0.004 0.000 1.677 0.112 SimpleTabView.py:1477(handleCompletedStepRegular)
15 0.000 0.000 1.677 0.112 SimpleTabView.py:1513(handleCompletedStep)
1 0.000 0.000 0.000 0.000 SimpleTabView.py:1527(updateSimPrefs)
1 0.000 0.000 0.005 0.005 SimpleTabView.py:1535(__runSim)
18 0.001 0.000 0.409 0.023 SimpleTabView.py:1768(drawFieldRegular)
2 0.000 0.000 0.044 0.022 SimpleTabView.py:1796(_drawField)
18 0.000 0.000 0.409 0.023 SimpleTabView.py:1800(__drawField)
18 0.000 0.000 0.001 0.000 SimpleTabView.py:1805(__updateStatusBar)
2 0.000 0.000 0.001 0.000 SimpleTabView.py:1815(__simulationStop)
2 0.000 0.000 0.009 0.005 SimpleTabView.py:1821(__stopSim)
1 0.000 0.000 0.023 0.023 SimpleTabView.py:1940(setInitialCrossSection)
1 0.000 0.000 0.119 0.119 SimpleTabView.py:1944(initGraphicsWidgetsFieldTypes)
1 0.000 0.000 0.385 0.385 SimpleTabView.py:1950(showSimView)
1 0.015 0.015 0.675 0.675 SimpleTabView.py:2(<module>)
3 0.000 0.000 0.003 0.001 SimpleTabView.py:200(updateWindowMenu)
1 0.000 0.000 0.000 0.000 SimpleTabView.py:2013(setFieldTypes)
1 0.002 0.002 0.003 0.003 SimpleTabView.py:2069(showDisplayWidgets)
1 0.000 0.000 0.000 0.000 SimpleTabView.py:2167(setParams)
1 0.000 0.000 0.000 0.000 SimpleTabView.py:2170(__paramsChanged)
1 0.000 0.000 0.000 0.000 SimpleTabView.py:2183(setZoomItems)
1 0.000 0.000 0.385 0.385 SimpleTabView.py:2214(prepareSimulationView)
1 0.000 0.000 0.000 0.000 SimpleTabView.py:2621(setModelEditor)
1 0.000 0.000 0.001 0.001 SimpleTabView.py:2636(__createStatusBar)
1 0.000 0.000 0.216 0.216 SimpleTabView.py:322(addVTKWindowToWorkspace)
1 0.000 0.000 0.001 0.001 SimpleTabView.py:372(removeAllVTKWindows)
1 0.000 0.000 0.001 0.001 SimpleTabView.py:408(removeAllPlotWindows)
1 0.000 0.000 0.000 0.000 SimpleTabView.py:46(SimpleTabView)
1 0.001 0.001 0.001 0.001 SimpleTabView.py:460(processCommandLineOptions)
1 0.001 0.001 0.322 0.322 SimpleTabView.py:48(__init__)
1 0.000 0.000 0.000 0.000 SimpleTabView.py:583(setRecentSimulationFile)
3 0.009 0.003 0.239 0.080 SimpleTabView.py:588(prepareForNewSimulation)
1 0.000 0.000 0.218 0.218 SimpleTabView.py:668(__setupArea)
1 0.000 0.000 0.011 0.011 SimpleTabView.py:735(prepareXMLTreeView)
1 0.000 0.000 0.001 0.001 SimpleTabView.py:757(__loadSim)
1 0.000 0.000 0.001 0.001 SimpleTabView.py:952(__setConnects)
1 0.001 0.001 0.001 0.001 SimpleViewManager.py:1(<module>)
1 0.000 0.000 0.000 0.000 SimpleViewManager.py:116(initHelpMenu)
1 0.000 0.000 0.000 0.000 SimpleViewManager.py:128(initFileToolbar)
1 0.000 0.000 0.000 0.000 SimpleViewManager.py:14(SimpleViewManager)
1 0.012 0.012 0.012 0.012 SimpleViewManager.py:142(initSimToolbar)
1 0.000 0.000 0.003 0.003 SimpleViewManager.py:15(__init__)
1 0.000 0.000 0.000 0.000 SimpleViewManager.py:177(initWindowToolbar)
1 0.000 0.000 0.002 0.002 SimpleViewManager.py:187(initActions)
1 0.000 0.000 0.000 0.000 SimpleViewManager.py:268(__initFileActions)
1 0.001 0.001 0.001 0.001 SimpleViewManager.py:304(__initCrossSectionActions)
1 0.000 0.000 0.000 0.000 SimpleViewManager.py:33(initFileMenu)
1 0.000 0.000 0.000 0.000 SimpleViewManager.py:350(__initSimActions)
1 0.000 0.000 0.000 0.000 SimpleViewManager.py:364(__initVisualActions)
1 0.000 0.000 0.000 0.000 SimpleViewManager.py:432(__initToolsActions)
1 0.000 0.000 0.000 0.000 SimpleViewManager.py:469(__initWindowActions)
1 0.000 0.000 0.000 0.000 SimpleViewManager.py:500(__initHelpActions)
1 0.000 0.000 0.000 0.000 SimpleViewManager.py:52(initSimMenu)
1 0.000 0.000 0.000 0.000 SimpleViewManager.py:61(initVisualMenu)
1 0.000 0.000 0.000 0.000 SimpleViewManager.py:78(initToolsMenu)
1 0.000 0.000 0.000 0.000 SimpleViewManager.py:94(initWindowMenu)
18 0.000 0.000 0.000 0.000 SimulationThread.py:105(getCurrentStep)
3 0.000 0.000 0.000 0.000 SimulationThread.py:111(setCallingWidget)
1 0.000 0.000 0.000 0.000 SimulationThread.py:113(setGraphicsWidget)
1 0.000 0.000 0.000 0.000 SimulationThread.py:125(setRunUserPythonScriptFlag)
1 0.000 0.000 0.000 0.000 SimulationThread.py:138(setStopSimulation)
2 0.000 0.000 0.000 0.000 SimulationThread.py:185(getGraphFields)
1 0.000 0.000 0.000 0.000 SimulationThread.py:2(<module>)
1 0.000 0.000 0.000 0.000 SimulationThread.py:241(setSimModel)
2 0.000 0.000 0.000 0.000 SimulationThread.py:267(stop)
3 0.028 0.009 0.229 0.076 SimulationThread.py:51(__init__)
1 0.000 0.000 0.000 0.000 SimulationThread.py:8(SimulationThread)
100 0.000 0.000 0.000 0.000 TreeMapper.py:105(setParent)
1 0.000 0.000 0.000 0.000 TreeMapper.py:117(domNode)
8 0.000 0.000 0.000 0.000 TreeMapper.py:123(setItemValueOnly)
55 0.000 0.000 0.000 0.000 TreeMapper.py:141(name)
54 0.000 0.000 0.000 0.000 TreeMapper.py:144(value)
101 0.001 0.000 0.001 0.000 TreeMapper.py:149(setType)
1 0.000 0.000 0.000 0.000 TreeMapper.py:2(<module>)
67/2 0.004 0.000 0.123 0.061 TreeMapper.py:282(treeNode)
101 0.000 0.000 0.000 0.000 TreeMapper.py:36(setCC3DXMLElement)
35 0.000 0.000 0.000 0.000 TreeMapper.py:40(setElementType)
101 0.000 0.000 0.000 0.000 TreeMapper.py:43(setSuperParent)
90 0.000 0.000 0.000 0.000 TreeMapper.py:49(parent)
100 0.000 0.000 0.000 0.000 TreeMapper.py:52(addChild)
63 0.000 0.000 0.000 0.000 TreeMapper.py:68(child)
1 0.000 0.000 0.000 0.000 TreeMapper.py:7(TreeItem)
12 0.000 0.000 0.000 0.000 TreeMapper.py:78(childCount)
101 0.001 0.000 0.001 0.000 TreeMapper.py:8(__init__)
13 0.000 0.000 0.000 0.000 UserDict.py:17(__getitem__)
15 0.000 0.000 0.000 0.000 UserDict.py:57(get)
19 0.000 0.000 0.000 0.000 UserDict.py:69(__contains__)
2 0.000 0.000 0.000 0.000 UserInterface.py:116(enablePythonOutput)
1 0.000 0.000 0.000 0.000 UserInterface.py:128(setArgv)
3 0.000 0.000 0.000 0.000 UserInterface.py:160(getMenusDictionary)
1 0.000 0.000 0.001 0.001 UserInterface.py:163(__initMenus)
1 0.000 0.000 0.013 0.013 UserInterface.py:205(__initToolbars)
1 0.000 0.000 0.002 0.002 UserInterface.py:245(closeEvent)
1 0.000 0.000 0.000 0.000 UserInterface.py:253(__initStatusbar)
1 0.000 0.000 0.001 0.001 UserInterface.py:259(__initActions)
1 0.000 0.000 0.000 0.000 UserInterface.py:345(__zoomItems)
1 0.000 0.000 0.323 0.323 UserInterface.py:372(__createViewManager)
1 0.000 0.000 0.156 0.156 UserInterface.py:384(__createLayout)
1 0.000 0.000 0.000 0.000 UserInterface.py:39(NullDevice)
1 0.000 0.000 0.000 0.000 UserInterface.py:43(UserInterface)
1 0.002 0.002 0.504 0.504 UserInterface.py:44(__init__)
4 0.001 0.000 0.001 0.000 UserInterface.py:470(__createDockWindow)
4 0.000 0.000 0.004 0.001 UserInterface.py:482(__setupDockWindow)
1 0.000 0.000 0.000 0.000 UserInterface.py:539(__showViewMenu)
1 0.005 0.005 0.814 0.814 UserInterface.py:7(<module>)
1 0.000 0.000 0.000 0.000 UserInterface.py:710(Redirector)
2 0.000 0.000 0.000 0.000 UserInterface.py:717(__init__)
1 0.000 0.000 0.000 0.000 UserInterface.py:729(setStdErrConsole)
1 0.000 0.000 0.000 0.000 Version.py:1(<module>)
1 0.000 0.000 0.000 0.000 Version.py:18(getSVNRevision)
1 0.000 0.000 0.000 0.000 Version.py:21(getSVNRevisionAsString)
1 0.000 0.000 0.000 0.000 Version.py:6(getVersionAsString)
1 0.002 0.002 0.112 0.112 XMLUtils.py:1(<module>)
1 0.000 0.000 0.000 0.000 XMLUtils.py:12(ElementCC3D)
1 0.000 0.000 0.000 0.000 XMLUtils.py:29(CC3DXMLListPy)
67 0.000 0.000 0.000 0.000 XMLUtils.py:30(__init__)
67 0.000 0.000 0.002 0.000 XMLUtils.py:32(__iter__)
1 0.000 0.000 0.000 0.000 XMLUtils.py:37(CC3DXMLListIteratorPy)
67 0.000 0.000 0.002 0.000 XMLUtils.py:38(__init__)
137 0.000 0.000 0.001 0.000 XMLUtils.py:46(next)
1 0.000 0.000 0.000 0.000 XMLUtils.py:5(dictionaryToMapStrStr)
1 0.000 0.000 0.000 0.000 XMLUtils.py:57(MapStrStrPy)
66 0.000 0.000 0.000 0.000 XMLUtils.py:58(__init__)
66 0.000 0.000 0.002 0.000 XMLUtils.py:60(__iter__)
1 0.000 0.000 0.000 0.000 XMLUtils.py:65(MapStrStrIteratorPy)
66 0.000 0.000 0.002 0.000 XMLUtils.py:66(__init__)
108 0.000 0.000 0.000 0.000 XMLUtils.py:74(next)
1 0.000 0.000 0.000 0.000 XMLUtils.py:84(Xml2Obj)
1 0.000 0.000 0.000 0.000 __config__.py:3(<module>)
1 0.000 0.000 0.000 0.000 __future__.py:48(<module>)
1 0.000 0.000 0.000 0.000 __future__.py:74(_Feature)
7 0.000 0.000 0.000 0.000 __future__.py:75(__init__)
1 0.000 0.000 0.000 0.000 __helper.py:2(<module>)
1 0.000 0.000 0.000 0.000 __helper.py:5(LinkError)
1 0.000 0.000 0.000 0.000 __helper.py:8(refine_import_err)
27 0.016 0.001 0.067 0.002 __init__.py:1(<module>)
2 0.000 0.000 0.000 0.000 __init__.py:10(<module>)
1 0.003 0.003 0.082 0.082 __init__.py:106(<module>)
2 0.000 0.000 0.000 0.000 __init__.py:109(dbgMsg)
1 0.000 0.000 0.000 0.000 __init__.py:11(<module>)
14 0.000 0.000 0.000 0.000 __init__.py:139(_check_size)
1 0.001 0.001 0.012 0.012 __init__.py:15(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:151(py_object)
134 0.004 0.000 0.007 0.000 __init__.py:158(getSetting)
1 0.000 0.000 0.000 0.000 __init__.py:160(c_short)
1 0.000 0.000 0.000 0.000 __init__.py:164(c_ushort)
1 0.000 0.000 0.000 0.000 __init__.py:168(c_long)
1 0.000 0.000 0.000 0.000 __init__.py:17(<module>)
2 0.000 0.000 0.000 0.000 __init__.py:17(setDebugging)
1 0.000 0.000 0.000 0.000 __init__.py:172(c_ulong)
1 0.000 0.000 0.000 0.000 __init__.py:181(c_int)
1 0.000 0.000 0.000 0.000 __init__.py:185(c_uint)
1 0.000 0.000 0.000 0.000 __init__.py:189(c_float)
1 0.000 0.000 0.000 0.000 __init__.py:193(c_double)
1 0.000 0.000 0.000 0.000 __init__.py:197(c_longdouble)
5 0.017 0.003 0.524 0.105 __init__.py:2(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:21(MessagingException)
1 0.000 0.000 0.000 0.000 __init__.py:218(c_ubyte)
1 0.000 0.000 0.000 0.000 __init__.py:225(c_byte)
1 0.003 0.003 0.108 0.108 __init__.py:23(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:230(c_char)
1 0.000 0.000 0.000 0.000 __init__.py:235(c_char_p)
1 0.000 0.000 0.000 0.000 __init__.py:247(c_void_p)
1 0.000 0.000 0.001 0.001 __init__.py:25(Configuration)
1 0.000 0.000 0.000 0.000 __init__.py:252(c_bool)
1 0.000 0.000 0.000 0.000 __init__.py:267(c_wchar_p)
1 0.000 0.000 0.000 0.000 __init__.py:27(FakeException)
1 0.000 0.000 0.000 0.000 __init__.py:270(c_wchar)
3 0.000 0.000 0.000 0.000 __init__.py:275(addNewSimulation)
62 0.001 0.000 0.001 0.000 __init__.py:303(setSetting)
1 0.000 0.000 0.000 0.000 __init__.py:312(CDLL)
3 0.000 0.000 0.000 0.000 __init__.py:329(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:33(MessageHandler)
3 0.000 0.000 0.000 0.000 __init__.py:339(_FuncPtr)
4 0.000 0.000 0.000 0.000 __init__.py:355(__getattr__)
4 0.000 0.000 0.000 0.000 __init__.py:362(__getitem__)
1 0.000 0.000 0.000 0.000 __init__.py:368(PyDLL)
1 0.002 0.002 0.005 0.005 __init__.py:38(<module>)
3 0.009 0.003 0.073 0.024 __init__.py:4(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:408(LibraryLoader)
2 0.000 0.000 0.000 0.000 __init__.py:409(__init__)
1 0.001 0.001 0.001 0.001 __init__.py:41(<module>)
1 0.000 0.000 0.001 0.001 __init__.py:421(syncPreferences)
1 0.000 0.000 0.001 0.001 __init__.py:44(<module>)
3 0.000 0.000 0.000 0.000 __init__.py:472(PYFUNCTYPE)
3 0.000 0.000 0.000 0.000 __init__.py:473(CFunctionType)
1 0.000 0.000 0.000 0.000 __init__.py:48(defaultMessageHandler)
1 0.010 0.010 0.012 0.012 __init__.py:6(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:62(registerMessageHandler)
3 0.000 0.000 0.000 0.000 __init__.py:70(CFUNCTYPE)
1 0.000 0.000 0.000 0.000 __init__.py:8(<module>)
1 0.008 0.008 0.008 0.008 __init__.py:84(<module>)
3 0.000 0.000 0.000 0.000 __init__.py:96(CFunctionType)
1 0.000 0.000 0.000 0.000 _datasource.py:148(DataSource)
1 0.001 0.001 0.002 0.002 _datasource.py:33(<module>)
1 0.000 0.000 0.000 0.000 _datasource.py:47(_FileOpeners)
1 0.000 0.000 0.000 0.000 _datasource.py:482(Repository)
1 0.000 0.000 0.000 0.000 _datasource.py:70(__init__)
1 0.000 0.000 0.000 0.000 _endian.py:22(_swapped_meta)
1 0.000 0.000 0.000 0.000 _endian.py:4(<module>)
1 0.000 0.000 0.000 0.000 _endian.py:45(BigEndianStructure)
1 0.000 0.000 0.000 0.000 _import_tools.py:1(<module>)
1 0.000 0.000 0.000 0.000 _import_tools.py:334(PackageLoaderDebug)
1 0.000 0.000 0.000 0.000 _import_tools.py:6(PackageLoader)
37 0.000 0.000 0.000 0.000 _inspect.py:118(getargspec)
37 0.000 0.000 0.000 0.000 _inspect.py:13(ismethod)
75 0.000 0.000 0.000 0.000 _inspect.py:150(strseq)
29 0.000 0.000 0.000 0.000 _inspect.py:157(formatargspec)
1 0.000 0.000 0.000 0.000 _inspect.py:160(<lambda>)
43 0.000 0.000 0.000 0.000 _inspect.py:161(<lambda>)
37 0.000 0.000 0.000 0.000 _inspect.py:24(isfunction)
29 0.000 0.000 0.000 0.000 _inspect.py:37(iscode)
29 0.000 0.000 0.000 0.000 _inspect.py:59(getargs)
1 0.000 0.000 0.000 0.000 _inspect.py:6(<module>)
1 0.000 0.000 0.000 0.000 _internal.py:210(_getintp_ctype)
1 0.000 0.000 0.000 0.000 _internal.py:231(_missing_ctypes)
1 0.000 0.000 0.000 0.000 _internal.py:238(_ctypes)
1 0.000 0.000 0.002 0.002 _internal.py:4(<module>)
1 0.000 0.000 0.000 0.000 _iotools.py:1(<module>)
1 0.000 0.000 0.000 0.000 _iotools.py:145(LineSplitter)
1 0.000 0.000 0.000 0.000 _iotools.py:231(NameValidator)
1 0.000 0.000 0.000 0.000 _iotools.py:423(ConverterError)
1 0.000 0.000 0.000 0.000 _iotools.py:430(ConverterLockError)
1 0.000 0.000 0.000 0.000 _iotools.py:437(ConversionWarning)
1 0.000 0.000 0.000 0.000 _iotools.py:451(StringConverter)
1 0.001 0.001 0.052 0.052 add_newdocs.py:9(<module>)
1 0.000 0.000 0.000 0.000 adjlist.py:24(<module>)
1 0.000 0.000 0.000 0.000 arrayprint.py:384(FloatFormat)
1 0.001 0.001 0.001 0.001 arrayprint.py:4(<module>)
1 0.000 0.000 0.000 0.000 arrayprint.py:510(ComplexFormat)
1 0.000 0.000 0.001 0.001 arraysetops.py:30(<module>)
1 0.000 0.000 0.000 0.000 arrayterator.py:21(Arrayterator)
1 0.000 0.000 0.000 0.000 arrayterator.py:9(<module>)
1 0.000 0.000 0.000 0.000 astar.py:3(<module>)
1 0.000 0.000 0.024 0.024 atlas.py:11(<module>)
1 0.000 0.000 0.000 0.000 attracting.py:4(<module>)
1 0.000 0.000 0.000 0.000 attrmatrix.py:3(<module>)
1 0.000 0.000 0.000 0.000 basic.py:6(<module>)
1 0.000 0.000 0.000 0.000 betweenness.py:3(<module>)
1 0.000 0.000 0.000 0.000 betweenness_subset.py:3(<module>)
1 0.000 0.000 0.000 0.000 bipartite.py:5(<module>)
1 0.001 0.001 0.001 0.001 bisect.py:1(<module>)
1 0.000 0.000 0.000 0.000 block.py:7(<module>)
1 0.000 0.000 0.000 0.000 boundary.py:10(<module>)
1 0.000 0.000 0.000 0.000 breadth_first_search.py:7(<module>)
1 0.004 0.004 0.029 0.029 cElementTree.py:3(<module>)
1 0.000 0.000 0.000 0.000 centrality.py:7(<module>)
1 0.004 0.004 0.005 0.005 chebyshev.py:77(<module>)
1 0.000 0.000 0.000 0.000 chordal_alg.py:25(NetworkXTreewidthBoundExceeded)
1 0.000 0.000 0.000 0.000 chordal_alg.py:8(<module>)
1 0.002 0.002 0.024 0.024 classic.py:12(<module>)
1 0.000 0.000 0.000 0.000 clique.py:14(<module>)
1 0.000 0.000 0.000 0.000 closeness.py:4(<module>)
1 0.000 0.000 0.000 0.000 cluster.py:4(<module>)
1 0.000 0.000 0.000 0.000 cluster.py:7(<module>)
1 0.002 0.002 0.002 0.002 collections.py:1(<module>)
6 0.003 0.001 0.004 0.001 collections.py:13(namedtuple)
244 0.000 0.000 0.000 0.000 collections.py:43(<genexpr>)
30 0.000 0.000 0.000 0.000 collections.py:60(<genexpr>)
30 0.000 0.000 0.000 0.000 collections.py:61(<genexpr>)
1 0.000 0.000 0.000 0.000 colors.py:6(<module>)
1 0.000 0.000 0.000 0.000 colorsys.py:17(<module>)
1 0.010 0.010 0.010 0.010 common.py:2(<module>)
1 0.108 0.108 18.893 18.893 compucell3d.pyw:4(<module>)
1 0.073 0.073 18.785 18.785 compucell3d.pyw:42(main)
1 0.000 0.000 0.000 0.000 compucell3d.pyw:8(setVTKPaths)
1 0.000 0.000 0.000 0.000 connected.py:4(<module>)
1 0.000 0.000 0.000 0.000 convert.py:33(<module>)
1 0.000 0.000 0.000 0.000 copy.py:65(copy)
1 0.000 0.000 0.000 0.000 core.py:1025(_DomainedBinaryOperation)
6 0.000 0.000 0.000 0.000 core.py:1045(__init__)
37 0.000 0.000 0.001 0.000 core.py:106(get_object_signature)
1 0.000 0.000 0.000 0.000 core.py:12(<module>)
1 0.000 0.000 0.000 0.000 core.py:125(MAError)
1 0.000 0.000 0.000 0.000 core.py:128(MaskError)
1 0.001 0.001 0.003 0.003 core.py:21(<module>)
1 0.000 0.000 0.000 0.000 core.py:2250(_MaskedPrintOption)
1 0.000 0.000 0.000 0.000 core.py:2255(__init__)
1 0.000 0.000 0.000 0.000 core.py:2399(_arraymethod)
9 0.000 0.000 0.000 0.000 core.py:2428(__init__)
9 0.000 0.000 0.000 0.000 core.py:2434(getdoc)
4 0.000 0.000 0.000 0.000 core.py:2441(__get__)
1 0.000 0.000 0.000 0.000 core.py:2469(MaskedIterator)
1 0.000 0.000 0.000 0.000 core.py:2572(MaskedArray)
1 0.000 0.000 0.000 0.000 core.py:5521(mvoid)
1 0.000 0.000 0.000 0.000 core.py:5711(MaskedConstant)
1 0.000 0.000 0.000 0.000 core.py:5717(__new__)
1 0.000 0.000 0.000 0.000 core.py:5720(__array_finalize__)
1 0.000 0.000 0.000 0.000 core.py:5815(_extrema_operation)
1 0.000 0.000 0.000 0.000 core.py:5870(_minimum_operation)
1 0.000 0.000 0.000 0.000 core.py:5872(__init__)
1 0.000 0.000 0.000 0.000 core.py:5882(_maximum_operation)
1 0.000 0.000 0.000 0.000 core.py:5884(__init__)
1 0.000 0.000 0.000 0.000 core.py:5926(_frommethod)
23 0.000 0.000 0.001 0.000 core.py:5936(__init__)
23 0.000 0.000 0.001 0.000 core.py:5940(getdoc)
1 0.000 0.000 0.000 0.000 core.py:7137(_convert2ma)
8 0.000 0.000 0.000 0.000 core.py:7149(__init__)
8 0.000 0.000 0.000 0.000 core.py:7154(getdoc)
1 0.000 0.000 0.000 0.000 core.py:723(_DomainCheckInterval)
3 0.000 0.000 0.000 0.000 core.py:731(__init__)
1 0.000 0.000 0.000 0.000 core.py:745(_DomainTan)
1 0.000 0.000 0.000 0.000 core.py:751(__init__)
1 0.000 0.000 0.000 0.000 core.py:761(_DomainSafeDivide)
6 0.000 0.000 0.000 0.000 core.py:763(__init__)
1 0.000 0.000 0.000 0.000 core.py:776(_DomainGreater)
3 0.000 0.000 0.000 0.000 core.py:778(__init__)
1 0.000 0.000 0.000 0.000 core.py:788(_DomainGreaterEqual)
2 0.000 0.000 0.000 0.000 core.py:790(__init__)
1 0.000 0.000 0.000 0.000 core.py:799(_MaskedUnaryOperation)
26 0.000 0.000 0.000 0.000 core.py:816(__init__)
1 0.000 0.000 0.000 0.000 core.py:881(_MaskedBinaryOperation)
4 0.000 0.000 0.000 0.000 core.py:89(doc_note)
18 0.000 0.000 0.000 0.000 core.py:900(__init__)
1 0.000 0.000 0.000 0.000 ctypeslib.py:144(_ndptr)
12 0.000 0.000 0.000 0.000 ctypeslib.py:297(prep_simple)
1 0.000 0.000 0.000 0.000 ctypeslib.py:51(<module>)
1 0.000 0.000 0.000 0.000 current_flow_betweenness.py:4(<module>)
1 0.000 0.000 0.000 0.000 current_flow_betweenness_subset.py:4(<module>)
1 0.000 0.000 0.000 0.000 current_flow_closeness.py:4(<module>)
1 0.000 0.000 0.000 0.000 cycles.py:6(<module>)
1 0.000 0.000 0.000 0.000 dag.py:4(<module>)
1 0.001 0.001 0.001 0.001 decorators.py:15(<module>)
1 0.000 0.000 0.000 0.000 defchararray.py:1695(chararray)
1 0.000 0.000 0.000 0.000 defchararray.py:17(<module>)
1 0.000 0.000 0.001 0.001 defmatrix.py:1(<module>)
1 0.000 0.000 0.000 0.000 defmatrix.py:195(matrix)
1 0.000 0.000 0.000 0.000 degree_alg.py:4(<module>)
1 0.003 0.003 0.006 0.006 degree_seq.py:3(<module>)
1 0.000 0.000 0.000 0.000 dense.py:4(<module>)
1 0.000 0.000 0.000 0.000 depth_first_search.py:10(<module>)
1 0.000 0.000 0.000 0.000 digraph.py:1(<module>)
1 0.000 0.000 0.000 0.000 digraph.py:17(DiGraph)
1 0.000 0.000 0.000 0.000 directed.py:9(<module>)
1 0.002 0.002 0.003 0.003 dis.py:1(<module>)
1 0.000 0.000 0.000 0.000 distance_measures.py:4(<module>)
1 0.000 0.000 0.000 0.000 distance_regular.py:5(<module>)
28 0.000 0.000 0.000 0.000 dyld.py:103(dyld_default_search)
4 0.000 0.000 0.002 0.000 dyld.py:125(dyld_find)
8 0.000 0.000 0.000 0.000 dyld.py:34(ensure_utf8)
10 0.000 0.000 0.000 0.000 dyld.py:40(dyld_env)
4 0.000 0.000 0.000 0.000 dyld.py:48(dyld_image_suffix)
1 0.000 0.000 0.000 0.000 dyld.py:53(dyld_framework_path)
4 0.000 0.000 0.000 0.000 dyld.py:56(dyld_library_path)
1 0.000 0.000 0.000 0.000 dyld.py:59(dyld_fallback_framework_path)
1 0.000 0.000 0.005 0.005 dyld.py:6(<module>)
4 0.000 0.000 0.000 0.000 dyld.py:62(dyld_fallback_library_path)
4 0.000 0.000 0.000 0.000 dyld.py:65(dyld_image_suffix_search)
40 0.000 0.000 0.000 0.000 dyld.py:79(dyld_override_search)
4 0.000 0.000 0.000 0.000 dyld.py:96(dyld_executable_path_search)
1 0.000 0.000 0.002 0.002 dylib.py:6(<module>)
1 0.000 0.000 0.000 0.000 edgelist.py:28(<module>)
1 0.000 0.000 0.000 0.000 ego.py:3(<module>)
1 0.000 0.000 0.000 0.000 eigenvector.py:3(<module>)
1 0.000 0.000 0.000 0.000 euler.py:4(<module>)
1 0.000 0.000 0.000 0.000 exception.py:22(NetworkXException)
1 0.000 0.000 0.000 0.000 exception.py:25(NetworkXError)
1 0.000 0.000 0.000 0.000 exception.py:28(NetworkXPointlessConcept)
1 0.000 0.000 0.000 0.000 exception.py:34(NetworkXAlgorithmError)
1 0.000 0.000 0.000 0.000 exception.py:37(NetworkXUnfeasible)
1 0.000 0.000 0.000 0.000 exception.py:41(NetworkXNoPath)
1 0.000 0.000 0.000 0.000 exception.py:45(NetworkXUnbounded)
1 0.000 0.000 0.000 0.000 exception.py:9(<module>)
1 0.000 0.000 0.000 0.000 expat.py:1(<module>)
1 0.000 0.000 0.001 0.001 extras.py:10(<module>)
1 0.000 0.000 0.000 0.000 extras.py:1465(MAxisConcatenator)
1 0.000 0.000 0.000 0.000 extras.py:1477(__init__)
1 0.000 0.000 0.000 0.000 extras.py:1531(mr_class)
1 0.000 0.000 0.000 0.000 extras.py:1547(__init__)
1 0.000 0.000 0.000 0.000 extras.py:223(_fromnxfunction)
6 0.000 0.000 0.000 0.000 extras.py:240(__init__)
6 0.000 0.000 0.000 0.000 extras.py:244(getdoc)
1 0.001 0.001 0.001 0.001 fftpack.py:32(<module>)
1 0.015 0.015 0.015 0.015 filtering.py:2(<module>)
1 0.000 0.000 0.000 0.000 financial.py:8(<module>)
1 0.000 0.000 0.000 0.000 fnmatch.py:11(<module>)
1 0.000 0.000 0.000 0.000 format.py:136(<module>)
8 0.000 0.000 0.000 0.000 framework.py:22(framework_info)
1 0.000 0.000 0.002 0.002 framework.py:6(<module>)
1 0.000 0.000 0.000 0.000 fromnumeric.py:2(<module>)
1 0.000 0.000 0.000 0.000 function.py:4(<module>)
2 0.001 0.001 0.002 0.001 function_base.py:1(<module>)
1 0.000 0.000 0.000 0.000 function_base.py:1704(vectorize)
243 0.007 0.000 0.009 0.000 function_base.py:3122(add_newdoc)
1 0.000 0.000 0.000 0.000 generic.py:10(<module>)
1 0.026 0.026 0.026 0.026 genericfiltering.py:2(<module>)
4 0.000 0.000 0.000 0.000 genericpath.py:15(exists)
60 0.000 0.000 0.001 0.000 genericpath.py:26(isfile)
3 0.000 0.000 0.000 0.000 genericpath.py:38(isdir)
1 0.000 0.000 0.000 0.000 geometric.py:4(<module>)
1 0.064 0.064 0.064 0.064 geovis.py:2(<module>)
1 0.000 0.000 0.000 0.000 getlimits.py:176(iinfo)
1 0.000 0.000 0.000 0.000 getlimits.py:2(<module>)
1 0.000 0.000 0.000 0.000 getlimits.py:22(finfo)
1 0.000 0.000 0.000 0.000 getopt.py:145(do_longs)
1 0.000 0.000 0.000 0.000 getopt.py:16(<module>)
1 0.000 0.000 0.000 0.000 getopt.py:167(long_has_args)
1 0.000 0.000 0.000 0.000 getopt.py:39(GetoptError)
1 0.000 0.000 0.000 0.000 getopt.py:52(getopt)
1 0.000 0.000 0.000 0.000 gexf.py:164(GEXF)
1 0.000 0.000 0.000 0.000 gexf.py:18(<module>)
13 0.000 0.000 0.000 0.000 gexf.py:212(<genexpr>)
1 0.000 0.000 0.000 0.000 gexf.py:236(GEXFWriter)
1 0.000 0.000 0.000 0.000 gexf.py:543(GEXFReader)
1 0.000 0.000 0.000 0.000 gml.py:24(<module>)
1 0.002 0.002 0.002 0.002 gpickle.py:22(<module>)
1 0.000 0.000 0.000 0.000 graph.py:25(Graph)
1 0.000 0.000 0.001 0.001 graph.py:9(<module>)
1 0.037 0.037 0.037 0.037 graphics.py:2(<module>)
1 0.000 0.000 0.000 0.000 graphml.py:157(GraphML)
9 0.000 0.000 0.000 0.000 graphml.py:176(<genexpr>)
1 0.000 0.000 0.000 0.000 graphml.py:179(GraphMLWriter)
1 0.000 0.000 0.000 0.000 graphml.py:333(GraphMLReader)
1 0.002 0.002 0.031 0.031 graphml.py:36(<module>)
1 0.002 0.002 0.003 0.003 heapq.py:31(<module>)
1 0.000 0.000 0.000 0.000 helper.py:3(<module>)
1 0.000 0.000 0.000 0.000 hits_alg.py:3(<module>)
1 0.047 0.047 0.047 0.047 hybrid.py:2(<module>)
1 0.000 0.000 0.000 0.000 hybrid.py:4(<module>)
1 0.021 0.021 0.021 0.021 imaging.py:2(<module>)
1 0.004 0.004 0.007 0.007 index_tricks.py:1(<module>)
1 0.000 0.000 0.000 0.000 index_tricks.py:142(nd_grid)
2 0.000 0.000 0.000 0.000 index_tricks.py:202(__init__)
1 0.000 0.000 0.000 0.000 index_tricks.py:270(AxisConcatenator)
3 0.000 0.000 0.000 0.000 index_tricks.py:288(__init__)
1 0.000 0.000 0.000 0.000 index_tricks.py:397(RClass)
1 0.000 0.000 0.000 0.000 index_tricks.py:491(__init__)
1 0.000 0.000 0.000 0.000 index_tricks.py:496(CClass)
1 0.000 0.000 0.000 0.000 index_tricks.py:513(__init__)
1 0.000 0.000 0.000 0.000 index_tricks.py:518(ndenumerate)
1 0.000 0.000 0.000 0.000 index_tricks.py:565(ndindex)
1 0.000 0.000 0.000 0.000 index_tricks.py:660(IndexExpression)
2 0.000 0.000 0.000 0.000 index_tricks.py:703(__init__)
1 0.000 0.000 0.000 0.000 info.py:147(<module>)
1 0.000 0.000 0.000 0.000 info.py:171(<module>)
1 0.000 0.000 0.000 0.000 info.py:34(<module>)
1 0.000 0.000 0.000 0.000 info.py:83(<module>)
1 0.000 0.000 0.000 0.000 info.py:84(<module>)
1 0.057 0.057 0.057 0.057 infovis.py:2(<module>)
1 0.009 0.009 0.039 0.039 inspect.py:25(<module>)
1 0.000 0.000 0.000 0.000 inspect.py:623(EndOfBlock)
1 0.000 0.000 0.000 0.000 inspect.py:625(BlockFinder)
1 0.000 0.000 0.000 0.000 intersection.py:4(<module>)
1 0.022 0.022 0.022 0.022 io.py:2(<module>)
1 0.000 0.000 0.000 0.000 isolate.py:4(<module>)
1 0.000 0.000 0.000 0.000 isomorph.py:5(<module>)
1 0.000 0.000 0.000 0.000 isomorphvf2.py:129(<module>)
1 0.000 0.000 0.000 0.000 isomorphvf2.py:146(GraphMatcher)
1 0.000 0.000 0.000 0.000 isomorphvf2.py:482(DiGraphMatcher)
1 0.000 0.000 0.000 0.000 isomorphvf2.py:786(GMState)
1 0.000 0.000 0.000 0.000 isomorphvf2.py:870(DiGMState)
1 0.000 0.000 0.000 0.000 keyword.py:11(<module>)
1 0.000 0.000 0.000 0.000 layout.py:8(<module>)
1 0.000 0.000 0.000 0.000 leda.py:10(<module>)
1 0.001 0.001 0.001 0.001 linalg.py:10(<module>)
1 0.000 0.000 0.000 0.000 linalg.py:37(LinAlgError)
1 0.000 0.000 0.000 0.000 line.py:4(<module>)
1 0.000 0.000 0.000 0.000 load.py:4(<module>)
1 0.000 0.000 0.000 0.000 machar.py:15(MachAr)
1 0.000 0.000 0.000 0.000 machar.py:4(<module>)
1 0.000 0.000 0.000 0.000 matching.py:12(<module>)
1 0.000 0.000 0.000 0.000 maxflow.py:4(<module>)
1 0.000 0.000 0.000 0.000 memmap.py:1(<module>)
1 0.000 0.000 0.000 0.000 memmap.py:20(memmap)
1 0.000 0.000 0.000 0.000 mincost.py:4(<module>)
1 0.000 0.000 0.000 0.000 mis.py:6(<module>)
1 0.000 0.000 0.000 0.000 mixing.py:4(<module>)
1 0.000 0.000 0.000 0.000 mst.py:5(<module>)
1 0.000 0.000 0.000 0.000 multidigraph.py:1(<module>)
1 0.000 0.000 0.000 0.000 multidigraph.py:18(MultiDiGraph)
1 0.000 0.000 0.000 0.000 multigraph.py:1(<module>)
1 0.000 0.000 0.000 0.000 multigraph.py:16(MultiGraph)
1 0.000 0.000 0.000 0.000 multiline_adjlist.py:27(<module>)
1 0.000 0.000 0.000 0.000 neighbor_degree.py:2(<module>)
1 0.000 0.000 0.000 0.000 new.py:5(<module>)
1 0.000 0.000 0.000 0.000 nosetester.py:109(NoseTester)
19 0.000 0.000 0.000 0.000 nosetester.py:138(__init__)
1 0.000 0.000 0.000 0.000 nosetester.py:6(<module>)
3 0.000 0.000 0.000 0.000 nosetester.py:82(_docmethod)
1 0.001 0.001 0.003 0.003 npyio.py:1(<module>)
1 0.000 0.000 0.000 0.000 npyio.py:113(NpzFile)
1 0.000 0.000 0.000 0.000 npyio.py:74(BagObj)
1 0.001 0.001 0.002 0.002 numeric.py:1(<module>)
2 0.000 0.000 0.000 0.000 numeric.py:1426(set_string_function)
3 0.000 0.000 0.000 0.000 numeric.py:177(extend_all)
1 0.000 0.000 0.000 0.000 numeric.py:2378(_unspecified)
1 0.000 0.000 0.000 0.000 numeric.py:2382(errstate)
1 0.000 0.000 0.000 0.000 numeric.py:2456(_setdef)
1 0.000 0.000 0.000 0.000 numeric.py:36(ComplexWarning)
66 0.000 0.000 0.000 0.000 numerictypes.py:125(english_lower)
34 0.000 0.000 0.000 0.000 numerictypes.py:152(english_upper)
11 0.000 0.000 0.000 0.000 numerictypes.py:179(english_capitalize)
18 0.000 0.000 0.000 0.000 numerictypes.py:214(_evalname)
23 0.000 0.000 0.000 0.000 numerictypes.py:227(bitname)
1 0.000 0.000 0.000 0.000 numerictypes.py:279(_add_types)
1 0.000 0.000 0.000 0.000 numerictypes.py:295(_add_aliases)
1 0.000 0.000 0.000 0.000 numerictypes.py:336(_add_integer_aliases)
1 0.000 0.000 0.000 0.000 numerictypes.py:377(_set_up_aliases)
1 0.000 0.000 0.000 0.000 numerictypes.py:426(_construct_char_code_lookup)
30 0.000 0.000 0.000 0.000 numerictypes.py:441(_add_array_type)
1 0.000 0.000 0.000 0.000 numerictypes.py:449(_set_array_types)
1 0.000 0.000 0.000 0.000 numerictypes.py:688(_typedict)
1 0.000 0.000 0.000 0.000 numerictypes.py:703(_construct_lookups)
1 0.000 0.000 0.001 0.001 numerictypes.py:83(<module>)
1 0.000 0.000 0.000 0.000 numpytest.py:1(<module>)
1 0.000 0.000 0.000 0.000 numpytest.py:10(IgnoreException)
1 0.001 0.001 0.001 0.001 nx_agraph.py:19(<module>)
1 0.000 0.000 0.000 0.000 nx_pylab.py:15(<module>)
1 0.000 0.000 0.000 0.000 nx_shp.py:19(<module>)
1 0.000 0.000 0.000 0.000 nx_yaml.py:15(<module>)
113 0.000 0.000 0.000 0.000 opcode.py:27(def_op)
11 0.000 0.000 0.000 0.000 opcode.py:31(name_op)
7 0.000 0.000 0.000 0.000 opcode.py:35(jrel_op)
2 0.000 0.000 0.000 0.000 opcode.py:39(jabs_op)
1 0.000 0.000 0.000 0.000 opcode.py:5(<module>)
1 0.000 0.000 0.000 0.000 operators.py:4(<module>)
1 0.000 0.000 0.000 0.000 os.py:136(makedirs)
1 0.000 0.000 0.000 0.000 os.py:746(urandom)
1 0.000 0.000 0.000 0.000 pagerank_alg.py:3(<module>)
1 0.000 0.000 0.000 0.000 pajek.py:15(<module>)
1 0.001 0.001 0.001 0.001 parallel.py:2(<module>)
1 0.000 0.000 0.000 0.000 pickle.py:1253(_EmptyClass)
1 0.000 0.000 0.000 0.000 pickle.py:171(Pickler)
1 0.003 0.003 0.004 0.004 pickle.py:25(<module>)
1 0.000 0.000 0.000 0.000 pickle.py:58(PickleError)
1 0.000 0.000 0.000 0.000 pickle.py:62(PicklingError)
1 0.000 0.000 0.000 0.000 pickle.py:69(UnpicklingError)
1 0.000 0.000 0.000 0.000 pickle.py:82(_Stop)
1 0.000 0.000 0.000 0.000 pickle.py:827(Unpickler)
1 0.000 0.000 0.000 0.000 polynomial.py:19(RankWarning)
1 0.000 0.000 0.002 0.002 polynomial.py:3(<module>)
1 0.005 0.005 0.006 0.006 polynomial.py:48(<module>)
1 0.000 0.000 0.000 0.000 polynomial.py:901(poly1d)
1 0.000 0.000 0.000 0.000 polytemplate.py:11(<module>)
1 0.000 0.000 0.000 0.000 polyutils.py:33(<module>)
1 0.000 0.000 0.000 0.000 polyutils.py:48(RankWarning)
1 0.000 0.000 0.000 0.000 polyutils.py:52(PolyError)
1 0.000 0.000 0.000 0.000 polyutils.py:56(PolyDomainError)
1 0.000 0.000 0.000 0.000 polyutils.py:69(PolyBase)
53 0.000 0.000 0.000 0.000 posixpath.py:109(basename)
20 0.000 0.000 0.000 0.000 posixpath.py:117(dirname)
3 0.000 0.000 0.000 0.000 posixpath.py:244(expanduser)
6 0.000 0.000 0.000 0.000 posixpath.py:307(normpath)
6 0.000 0.000 0.000 0.000 posixpath.py:334(abspath)
6 0.000 0.000 0.000 0.000 posixpath.py:50(isabs)
75 0.000 0.000 0.000 0.000 posixpath.py:59(join)
3 0.000 0.000 0.000 0.000 posixpath.py:79(split)
1 0.000 0.000 0.000 0.000 projection.py:3(<module>)
1 0.000 0.000 0.000 0.000 py3k.py:4(<module>)
1 0.001 0.001 0.002 0.002 random.py:40(<module>)
1 0.000 0.000 0.000 0.000 random.py:641(WichmannHill)
1 0.000 0.000 0.000 0.000 random.py:71(Random)
1 0.000 0.000 0.000 0.000 random.py:791(SystemRandom)
1 0.000 0.000 0.000 0.000 random.py:90(__init__)
1 0.000 0.000 0.000 0.000 random.py:99(seed)
1 0.000 0.000 0.000 0.000 random_graphs.py:5(<module>)
120 0.000 0.000 0.002 0.000 re.py:134(match)
16 0.000 0.000 0.041 0.003 re.py:186(compile)
136 0.001 0.000 0.043 0.000 re.py:227(_compile)
1 0.000 0.000 0.000 0.000 records.py:214(record)
1 0.000 0.000 0.000 0.000 records.py:284(recarray)
1 0.000 0.000 0.000 0.000 records.py:36(<module>)
1 0.000 0.000 0.000 0.000 records.py:83(format_parser)
1 0.000 0.000 0.000 0.000 redundancy.py:2(<module>)
1 0.000 0.000 0.000 0.000 relabel.py:7(<module>)
1 0.000 0.000 0.000 0.000 release.py:120(get_revision)
1 0.000 0.000 0.000 0.000 release.py:148(get_info)
1 0.003 0.003 0.016 0.016 release.py:30(<module>)
1 0.041 0.041 0.041 0.041 rendering.py:2(<module>)
1 0.000 0.000 0.000 0.000 richclub.py:2(<module>)
1 0.000 0.000 0.000 0.000 scimath.py:17(<module>)
2 0.000 0.000 0.000 0.000 shape_base.py:1(<module>)
1 0.000 0.000 0.000 0.000 shutil.py:16(Error)
1 0.001 0.001 0.001 0.001 shutil.py:5(<module>)
2 0.000 0.000 0.000 0.000 site.py:328(__repr__)
3 0.000 0.000 0.000 0.000 site.py:355(__setup)
3 0.000 0.000 0.000 0.000 site.py:376(__repr__)
1 0.000 0.000 0.000 0.000 site.py:427(__repr__)
1 0.000 0.000 0.024 0.024 small.py:5(<module>)
1 0.000 0.000 0.000 0.000 smetric.py:1(<module>)
1 0.000 0.000 0.000 0.000 social.py:3(<module>)
1 0.000 0.000 0.000 0.000 sparsegraph6.py:16(<module>)
1 0.000 0.000 0.000 0.000 spectral.py:4(<module>)
1 0.000 0.000 0.000 0.000 spectrum.py:4(<module>)
145 0.001 0.000 0.019 0.000 sre_compile.py:184(_compile_charset)
145 0.005 0.000 0.018 0.000 sre_compile.py:213(_optimize_charset)
455 0.000 0.000 0.000 0.000 sre_compile.py:24(_identityfunction)
28 0.001 0.000 0.001 0.000 sre_compile.py:264(_mk_bitmap)
1 0.008 0.008 0.009 0.009 sre_compile.py:307(_optimize_unicode)
158 0.000 0.000 0.001 0.000 sre_compile.py:360(_simple)
19 0.000 0.000 0.003 0.000 sre_compile.py:367(_compile_info)
353/19 0.003 0.000 0.025 0.001 sre_compile.py:38(_compile)
38 0.000 0.000 0.000 0.000 sre_compile.py:480(isstring)
19 0.000 0.000 0.027 0.001 sre_compile.py:486(_code)
19 0.000 0.000 0.042 0.002 sre_compile.py:501(compile)
9 0.000 0.000 0.000 0.000 sre_compile.py:57(fixup)
798 0.000 0.000 0.000 0.000 sre_parse.py:132(__len__)
1606 0.001 0.000 0.002 0.000 sre_parse.py:136(__getitem__)
170 0.000 0.000 0.000 0.000 sre_parse.py:140(__setitem__)
523 0.000 0.000 0.000 0.000 sre_parse.py:144(append)
509/177 0.002 0.000 0.003 0.000 sre_parse.py:146(getwidth)
21 0.000 0.000 0.000 0.000 sre_parse.py:184(__init__)
1828 0.003 0.000 0.003 0.000 sre_parse.py:188(__next)
1178 0.001 0.000 0.001 0.000 sre_parse.py:201(match)
1460 0.001 0.000 0.003 0.000 sre_parse.py:207(get)
178 0.000 0.000 0.000 0.000 sre_parse.py:216(isident)
2 0.000 0.000 0.000 0.000 sre_parse.py:219(isdigit)
26 0.000 0.000 0.000 0.000 sre_parse.py:222(isname)
58 0.000 0.000 0.000 0.000 sre_parse.py:231(_class_escape)
85 0.000 0.000 0.000 0.000 sre_parse.py:263(_escape)
114/21 0.001 0.000 0.014 0.001 sre_parse.py:307(_parse_sub)
181/23 0.005 0.000 0.014 0.001 sre_parse.py:385(_parse)
21/19 0.000 0.000 0.014 0.001 sre_parse.py:669(parse)
21 0.000 0.000 0.000 0.000 sre_parse.py:73(__init__)
68 0.000 0.000 0.000 0.000 sre_parse.py:78(opengroup)
68 0.000 0.000 0.000 0.000 sre_parse.py:89(closegroup)
387 0.000 0.000 0.000 0.000 sre_parse.py:96(__init__)
1 0.000 0.000 0.000 0.000 stat.py:24(S_IFMT)
1 0.000 0.000 0.000 0.000 stat.py:49(S_ISREG)
1 0.000 0.000 0.000 0.000 stochastic.py:3(<module>)
1 0.000 0.000 0.000 0.000 stride_tricks.py:12(DummyArray)
1 0.000 0.000 0.000 0.000 stride_tricks.py:7(<module>)
1 0.000 0.000 0.000 0.000 string.py:129(__init__)
2 0.000 0.000 0.002 0.001 string.py:146(substitute)
182 0.000 0.000 0.000 0.000 string.py:156(convert)
36 0.000 0.000 0.000 0.000 string.py:218(lower)
2 0.000 0.000 0.000 0.000 string.py:227(upper)
2 0.000 0.000 0.000 0.000 string.py:279(split)
1 0.000 0.000 0.000 0.000 string.py:349(find)
16 0.000 0.000 0.000 0.000 string.py:456(zfill)
2 0.000 0.000 0.000 0.000 string.py:509(replace)
1 0.000 0.000 0.000 0.000 strongly_connected.py:4(<module>)
1 0.005 0.005 0.013 0.013 subprocess.py:351(<module>)
1 0.000 0.000 0.000 0.000 subprocess.py:363(CalledProcessError)
1 0.004 0.004 0.004 0.004 subprocess.py:534(Popen)
1 0.000 0.000 0.000 0.000 tempfile.py:107(_RandomNameSequence)
1 0.000 0.000 0.000 0.000 tempfile.py:18(<module>)
1 0.000 0.000 0.000 0.000 tempfile.py:357(_TemporaryFileWrapper)
1 0.000 0.000 0.000 0.000 tempfile.py:483(SpooledTemporaryFile)
1 0.000 0.000 0.000 0.000 test.py:2(<module>)
1 0.000 0.000 0.000 0.000 threshold.py:3(<module>)
1 0.000 0.000 0.000 0.000 token.py:3(<module>)
1 0.000 0.000 0.000 0.000 tokenize.py:145(TokenError)
1 0.000 0.000 0.000 0.000 tokenize.py:147(StopTokenizing)
1 0.000 0.000 0.000 0.000 tokenize.py:178(Untokenizer)
1 0.002 0.002 0.022 0.022 tokenize.py:23(<module>)
19 0.000 0.000 0.000 0.000 tokenize.py:44(group)
1 0.000 0.000 0.000 0.000 tokenize.py:45(any)
2 0.000 0.000 0.000 0.000 tokenize.py:46(maybe)
1 0.000 0.000 0.000 0.000 traceback.py:1(<module>)
1 0.000 0.000 0.000 0.000 twodim_base.py:3(<module>)
1 0.001 0.001 0.027 0.027 type_check.py:3(<module>)
1 0.000 0.000 0.000 0.000 ufunclike.py:4(<module>)
1 0.000 0.000 0.000 0.000 ui_configurationdlg.py:10(<module>)
1 0.000 0.000 0.000 0.000 ui_configurationdlg.py:17(Ui_CC3DPrefs)
1 0.000 0.000 0.000 0.000 unittest.py:102(TestResult)
1 0.000 0.000 0.000 0.000 unittest.py:177(TestCase)
1 0.000 0.000 0.000 0.000 unittest.py:402(TestSuite)
1 0.000 0.000 0.000 0.000 unittest.py:45(<module>)
1 0.000 0.000 0.000 0.000 unittest.py:471(FunctionTestCase)
1 0.000 0.000 0.000 0.000 unittest.py:535(TestLoader)
1 0.000 0.000 0.000 0.000 unittest.py:656(_WritelnDecorator)
1 0.000 0.000 0.000 0.000 unittest.py:669(_TextTestResult)
1 0.000 0.000 0.000 0.000 unittest.py:735(TextTestRunner)
1 0.000 0.000 0.000 0.000 unittest.py:781(TestProgram)
1 0.000 0.000 0.000 0.000 unweighted.py:4(<module>)
1 0.000 0.000 0.005 0.005 util.py:4(<module>)
2 0.000 0.000 0.002 0.001 util.py:76(find_library)
1 0.000 0.000 0.001 0.001 utils.py:1(<module>)
15 0.000 0.000 0.000 0.000 utils.py:108(__init__)
15 0.000 0.000 0.000 0.000 utils.py:113(__call__)
1 0.000 0.000 0.000 0.000 utils.py:1315(WarningMessage)
1 0.000 0.000 0.000 0.000 utils.py:1345(WarningManager)
1 0.007 0.007 0.022 0.022 utils.py:15(<module>)
15 0.000 0.000 0.000 0.000 utils.py:157(deprecate)
1 0.000 0.000 0.000 0.000 utils.py:286(UnionFind)
1 0.000 0.000 0.001 0.001 utils.py:3(<module>)
15 0.000 0.000 0.000 0.000 utils.py:93(_set_function_name)
1 0.000 0.000 0.000 0.000 utils.py:97(_Deprecate)
1 0.000 0.000 0.000 0.000 utils.py:980(SafeEval)
4 0.000 0.000 0.000 0.000 uuid.py:101(__init__)
1 0.001 0.001 0.013 0.013 uuid.py:45(<module>)
1 0.000 0.000 0.000 0.000 uuid.py:53(UUID)
1 0.000 0.000 0.000 0.000 version.py:3(<module>)
1 0.000 0.000 0.000 0.000 version.py:6(<module>)
1 0.000 0.000 0.000 0.000 vf2weighted.py:137(WeightedMultiGraphMatcher)
1 0.000 0.000 0.000 0.000 vf2weighted.py:186(WeightedMultiDiGraphMatcher)
1 0.000 0.000 0.000 0.000 vf2weighted.py:3(<module>)
1 0.000 0.000 0.000 0.000 vf2weighted.py:39(WeightedGraphMatcher)
1 0.000 0.000 0.000 0.000 vf2weighted.py:80(WeightedDiGraphMatcher)
1 0.056 0.056 0.056 0.056 views.py:2(<module>)
1 0.000 0.000 0.000 0.000 vitality.py:4(<module>)
1 0.038 0.038 0.038 0.038 volumerendering.py:2(<module>)
1 0.000 0.000 0.000 0.000 vtkConstants.py:5(<module>)
1 0.000 0.000 0.000 0.000 warnings.py:14(warnpy3k)
1 0.000 0.000 0.000 0.000 warnings.py:67(simplefilter)
1 0.000 0.000 0.000 0.000 weakly_connected.py:4(<module>)
1 0.000 0.000 0.000 0.000 weighted.py:4(<module>)
1 0.051 0.051 0.051 0.051 widgets.py:2(<module>)
74 0.000 0.000 0.000 0.000 {PyQt4.QtCore.SIGNAL}
1 0.000 0.000 0.000 0.000 {PyQt4.QtCore.SLOT}
11 0.000 0.000 0.000 0.000 {PyQt4.QtCore.pyqtSignature}
1 0.000 0.000 0.000 0.000 {_CC3DXML.CC3DXMLElementListIterator_swigregister}
1 0.000 0.000 0.000 0.000 {_CC3DXML.CC3DXMLElementList_swigregister}
1 0.000 0.000 0.000 0.000 {_CC3DXML.CC3DXMLElementWalker_swigregister}
1 0.000 0.000 0.000 0.000 {_CC3DXML.CC3DXMLElement_swigregister}
1 0.000 0.000 0.000 0.000 {_CC3DXML.DoubleMap_swigregister}
1 0.000 0.000 0.000 0.000 {_CC3DXML.ListCC3DXMLElement_swigregister}
1 0.000 0.000 0.000 0.000 {_CC3DXML.ListStringWrapped_swigregister}
1 0.000 0.000 0.000 0.000 {_CC3DXML.ListString_swigregister}
1 0.000 0.000 0.000 0.000 {_CC3DXML.MapIntStr_swigregister}
1 0.000 0.000 0.000 0.000 {_CC3DXML.MapStrStrIterator_swigregister}
1 0.000 0.000 0.000 0.000 {_CC3DXML.MapStrStr_swigregister}
1 0.000 0.000 0.000 0.000 {_CC3DXML.PySwigIterator_swigregister}
1 0.000 0.000 0.000 0.000 {_CC3DXML.STLPyIteratorCC3DXMLElementList_swigregister}
1 0.000 0.000 0.000 0.000 {_CC3DXML.StrStrPair_swigregister}
1 0.000 0.000 0.000 0.000 {_CC3DXML.Try_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.AdhesionFlexData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.AdhesionFlexPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.AdhesionMoleculeDensityData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.Automaton_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.BasicClassGroup_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.BasicException_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.BoundaryPixelTrackerAccessor_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.BoundaryPixelTrackerData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.BoundaryPixelTrackerDataset_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.BoundaryPixelTrackerPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.BoundaryPixelTracker_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.BoundaryStrategy_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.CC3DCellList_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.CadherinData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.CellGChangeWatcher_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.CellG_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.CellIdentifier_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.CellInventory_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.CellOrientationPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.CellOrientationVector_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.CellPtr_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.Cell_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ChangeWatcherPyWrapper_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ChemotaxisData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ChemotaxisFieldData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ChemotaxisPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ChemotaxisSimpleEnergy_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ClassRegistry_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.CompartmentInventory_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.CompartmentMitosisData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ConnectivityGlobalData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ConnectivityGlobalPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ConnectivityLocalFlexData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ConnectivityLocalFlexPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ContactLocalFlexDataContainer_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ContactLocalFlexData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ContactLocalFlexPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ContactLocalProductData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ContactLocalProductPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ContactMultiCadData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ContactMultiCadPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ContactMultiCadSpecificityCadherin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.Coordinates3DDouble_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.Dim3D_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ElasticityTrackerData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ElasticityTrackerPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ElasticityTracker_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.EnergyFunctionCalculatorParseData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.EnergyFunctionCalculatorStatisticsParseData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.EnergyFunctionPyWrapper_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.FieldSecretorPixelData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.FieldSecretor_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.FocalPointPlasticityJunctionCounter_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.FocalPointPlasticityPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.FocalPointPlasticityTrackerData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.FocalPointPlasticityTracker_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.InertiaTensorComponents_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.LambdaCellOrientationAccessor_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.LambdaCellOrientation_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.LengthConstraintData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.LengthConstraintPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.LengthEnergyParam_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.MitosisPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.MitosisSimplePlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.MitosisSteppable_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.MomentOfInertiaPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.NeighborFinderParams_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.NeighborSurfaceData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.NeighborTrackerPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.NeighborTracker_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.Neighbor_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.OrientationVectorsMitosis_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ParseData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.ParserStorage_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.PixelTrackerAccessor_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.PixelTrackerData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.PixelTrackerDataset_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.PixelTrackerPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.PixelTracker_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.PlasticityTrackerData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.PlasticityTrackerPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.PlasticityTracker_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.Point3D_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.PolarizationVectorPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.PolarizationVector_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.Potts3D_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.PottsParseData_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.PyAttributeAdder_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.PyCompuCellObjAdapter_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.PySwigIterator_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.STLPyIteratorCINV_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.STLPyIteratorCOMPARTMENT_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.SecretionPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.Simulator_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.SteerableObject_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.SteppableOrientationVectorsMitosis_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.Steppable_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.StepperPyWrapper_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.TypeChangeWatcherPyWrapper_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.TypeChangeWatcher_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.TypeTransition_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.Vector3_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.VectorParseDataPtr_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.VolumeTrackerPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.adhesionflexdataaccessor_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.boundaryPixelSetPyItr_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.cellInvPyItr_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.cellOrientationVectorAccessor_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.cellfield_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.cellgchangewatcher_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.clfdSetPyItr_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.connectivityGlobalaccessor_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.connectivitylocalflexaccessor_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.contactlocalflexcontainerccessor_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.contactlocalflexdataset_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.contactmulticaddataaccessor_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.contactproductdatacontainertype_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.contactproductflexccessor_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.elasticitySetPyItr_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.elasticityTrackerAccessor_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.elasticityTrackerDataSet_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.floatfield_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.focalPointPlasticitySetPyItr_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.focalPointPlasticityTrackerAccessor_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.focalPointPlasticityTrackerDataSet_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.jVecPyItr_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.lengthconstraintccessor_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.mapLongCellGPtr_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.mapLongmapLongCellGPtr_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.neighborsurfacedataset_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.neighbortrackeraccessor_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.nsdSetPyItr_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.pixelSetPyItr_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.plasticitySetPyItr_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.plasticityTrackerAccessor_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.plasticityTrackerDataSet_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.pluginmanagertemplate_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.polarizationVectorAccessor_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.steppablemanagertemplate_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.templatebasicpluginmanagerplugin_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.vectorCellGPtr_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.vectordouble_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.vectorint_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.vectorstdstring_swigregister}
1 0.000 0.000 0.000 0.000 {_CompuCell.watchablecellfield_swigregister}
1 0.000 0.000 0.000 0.000 {_Example.PyNewPlugin_swigregister}
1 0.000 0.000 0.000 0.000 {_Example.PySwigIterator_swigregister}
1 0.000 0.000 0.000 0.000 {_PlayerPython.FieldExtractorBase_swigregister}
1 0.000 0.000 0.000 0.000 {_PlayerPython.FieldExtractorCML_swigregister}
1 0.000 0.000 0.000 0.000 {_PlayerPython.FieldExtractor_swigregister}
1 0.000 0.000 0.000 0.000 {_PlayerPython.FieldStorage_swigregister}
1 0.000 0.000 0.000 0.000 {_PlayerPython.FieldWriter_swigregister}
1 0.000 0.000 0.000 0.000 {_PlayerPython.PySwigIterator_swigregister}
1 0.000 0.000 0.000 0.000 {_PlayerPython.vectorint_swigregister}
1 0.000 0.000 0.000 0.000 {_PlayerPython.vectorstring_swigregister}
2 0.000 0.000 0.000 0.000 {_ctypes.POINTER}
3 0.000 0.000 0.000 0.000 {_ctypes.dlopen}
1 0.000 0.000 0.000 0.000 {_ctypes.set_conversion_mode}
50 0.000 0.000 0.000 0.000 {_ctypes.sizeof}
1 0.000 0.000 0.000 0.000 {_elementtree.Element}
19 0.000 0.000 0.000 0.000 {_sre.compile}
11 0.000 0.000 0.000 0.000 {_sre.getlower}
18 0.000 0.000 0.000 0.000 {_struct.calcsize}
30 0.000 0.000 0.000 0.000 {all}
328 0.003 0.000 0.003 0.000 {apply}
1 0.000 0.000 0.000 0.000 {binascii.hexlify}
25 0.000 0.000 0.000 0.000 {built-in method AddActor}
6 0.000 0.000 0.000 0.000 {built-in method AddObserver}
2 0.000 0.000 0.000 0.000 {built-in method AddRenderer}
2 0.000 0.000 0.000 0.000 {built-in method BoldOn}
26 0.002 0.000 0.002 0.000 {built-in method Build}
9 0.105 0.012 0.105 0.012 {built-in method CharEvent}
2 0.000 0.000 0.000 0.000 {built-in method GetActiveCamera}
15 0.001 0.000 0.001 0.000 {built-in method GetActors}
15 0.000 0.000 0.000 0.000 {built-in method GetLastItem}
18 0.000 0.000 0.000 0.000 {built-in method GetNumberOfColors}
44 0.001 0.000 0.001 0.000 {built-in method GetOutputPort}
18 0.000 0.000 0.000 0.000 {built-in method GetPointData}
8 0.000 0.000 0.000 0.000 {built-in method GetPositionCoordinate}
62 0.001 0.000 0.001 0.000 {built-in method GetProperty}
2 0.000 0.000 0.000 0.000 {built-in method GetRenderWindow}
8 0.000 0.000 0.000 0.000 {built-in method GetTableValue}
2 0.000 0.000 0.000 0.000 {built-in method GetTextProperty}
2 0.211 0.106 0.211 0.106 {built-in method Initialize}
2 0.000 0.000 0.000 0.000 {built-in method ItalicOn}
9 0.000 0.000 0.000 0.000 {built-in method KeyPressEvent}
2 0.000 0.000 0.000 0.000 {built-in method MakeCamera}
7 0.000 0.000 0.000 0.000 {built-in method RemoveActor}
17 0.732 0.043 0.732 0.043 {built-in method Render}
18 0.000 0.000 0.000 0.000 {built-in method ScalarVisibilityOn}
4 0.000 0.000 0.000 0.000 {built-in method SetActiveCamera}
12 0.000 0.000 0.000 0.000 {built-in method SetAlphaRange}
54 0.000 0.000 0.000 0.000 {built-in method SetColor}
4 0.000 0.000 0.000 0.000 {built-in method SetCoordinateSystemToNormalizedViewport}
2 0.000 0.000 0.000 0.000 {built-in method SetCurrentStyleToTrackballCamera}
36 0.000 0.000 0.000 0.000 {built-in method SetDimensions}
2 0.000 0.000 0.000 0.000 {built-in method SetDisplayPosition}
9 0.000 0.000 0.000 0.000 {built-in method SetEventInformationFlipY}
18 0.000 0.000 0.000 0.000 {built-in method SetExtent}
8 0.000 0.000 0.000 0.000 {built-in method SetFileName}
2 0.000 0.000 0.000 0.000 {built-in method SetFontFamilyToArial}
2 0.000 0.000 0.000 0.000 {built-in method SetFontSize}
4 0.000 0.000 0.000 0.000 {built-in method SetHeight}
16 0.000 0.000 0.000 0.000 {built-in method SetHueRange}
44 0.004 0.000 0.004 0.000 {built-in method SetInputConnection}
8 0.000 0.000 0.000 0.000 {built-in method SetInput}
2 0.002 0.001 0.002 0.001 {built-in method SetInteractorStyle}
8 0.000 0.000 0.000 0.000 {built-in method SetInterpolationToFlat}
18 0.000 0.000 0.000 0.000 {built-in method SetLines}
18 0.000 0.000 0.000 0.000 {built-in method SetLookupTable}
8 0.000 0.000 0.000 0.000 {built-in method SetMagnification}
54 0.015 0.000 0.015 0.000 {built-in method SetMapper}
22 0.000 0.000 0.000 0.000 {built-in method SetName}
12 0.000 0.000 0.000 0.000 {built-in method SetNumberOfColors}
4 0.000 0.000 0.000 0.000 {built-in method SetNumberOfComponents}
4 0.000 0.000 0.000 0.000 {built-in method SetOrientationToHorizontal}
2 0.000 0.000 0.000 0.000 {built-in method SetPhiResolution}
18 0.000 0.000 0.000 0.000 {built-in method SetPoints}
2 0.000 0.000 0.000 0.000 {built-in method SetRadius}
4 0.000 0.000 0.000 0.000 {built-in method SetRenderWindow}
12 0.000 0.000 0.000 0.000 {built-in method SetSaturationRange}
18 0.000 0.000 0.000 0.000 {built-in method SetScalarRange}
18 0.000 0.000 0.000 0.000 {built-in method SetScalars}
1 0.000 0.000 0.000 0.000 {built-in method SetSize}
176 0.000 0.000 0.000 0.000 {built-in method SetTableValue}
2 0.000 0.000 0.000 0.000 {built-in method SetThetaResolution}
4 0.000 0.000 0.000 0.000 {built-in method SetTitle}
12 0.000 0.000 0.000 0.000 {built-in method SetValueRange}
4 0.000 0.000 0.000 0.000 {built-in method SetValue}
4 0.000 0.000 0.000 0.000 {built-in method SetWidth}
2 0.000 0.000 0.000 0.000 {built-in method SetWindowInfo}
2 0.000 0.000 0.000 0.000 {built-in method Start}
8 1.317 0.165 1.317 0.165 {built-in method Write}
11 0.000 0.000 0.000 0.000 {built-in method _deco}
14 0.000 0.000 0.000 0.000 {built-in method addAction}
4 0.000 0.000 0.000 0.000 {built-in method addDockWidget}
1 0.000 0.000 0.000 0.000 {built-in method addItems}
49 0.001 0.000 0.001 0.000 {built-in method addItem}
2 0.000 0.000 0.000 0.000 {built-in method addMenu}
18 0.000 0.000 0.000 0.000 {built-in method addSeparator}
2 0.010 0.005 0.010 0.005 {built-in method addSubWindow}
2 0.019 0.009 0.019 0.009 {built-in method addTab}
4 0.000 0.000 0.000 0.000 {built-in method addToolBar}
4 0.000 0.000 0.000 0.000 {built-in method addWidget}
11 0.000 0.000 0.000 0.000 {built-in method append}
2 0.000 0.000 0.000 0.000 {built-in method arg}
194 0.000 0.000 0.000 0.000 {built-in method blue}
9 0.000 0.000 0.000 0.000 {built-in method clear}
1 0.000 0.000 0.000 0.000 {built-in method close}
339 0.000 0.000 0.000 0.000 {built-in method column}
74 0.001 0.000 0.001 0.000 {built-in method connect}
46 0.000 0.000 0.000 0.000 {built-in method count}
63 0.000 0.000 0.000 0.000 {built-in method createIndex}
20 0.000 0.000 0.000 0.000 {built-in method currentText}
1 0.000 0.000 0.000 0.000 {built-in method ensureCursorVisible}
1 13.965 13.965 16.880 16.880 {built-in method exec_}
1 0.000 0.000 0.000 0.000 {built-in method finish}
1 0.000 0.000 0.000 0.000 {built-in method fixedPitch}
194 0.000 0.000 0.000 0.000 {built-in method green}
2 0.000 0.000 0.000 0.000 {built-in method groupdict}
264 0.000 0.000 0.000 0.000 {built-in method group}
1 0.000 0.000 0.000 0.000 {built-in method header}
1 0.000 0.000 0.000 0.000 {built-in method height}
2 0.000 0.000 0.000 0.000 {built-in method horizontalHeader}
108 0.000 0.000 0.000 0.000 {built-in method internalPointer}
113 0.000 0.000 0.000 0.000 {built-in method isChecked}
3 0.000 0.000 0.000 0.000 {built-in method isEnabled}
4 0.000 0.000 0.000 0.000 {built-in method isHidden}
340 0.000 0.000 0.000 0.000 {built-in method isValid}
1 0.000 0.000 0.000 0.000 {built-in method isVisible}
1 0.000 0.000 0.000 0.000 {built-in method keywords}
1 0.000 0.000 0.000 0.000 {built-in method listen}
33 0.000 0.000 0.000 0.000 {built-in method lock}
1 0.000 0.000 0.000 0.000 {built-in method marginSensitivity}
128 0.000 0.000 0.000 0.000 {built-in method match}
1 0.000 0.000 0.000 0.000 {built-in method menuBar}
2 0.000 0.000 0.000 0.000 {built-in method model}
1 0.000 0.000 0.000 0.000 {built-in method move}
1 0.000 0.000 0.000 0.000 {built-in method now}
2 0.000 0.000 0.000 0.000 {built-in method pos}
3 0.000 0.000 0.000 0.000 {built-in method prepend}
1 0.002 0.002 0.002 0.002 {built-in method processEvents}
1 0.001 0.001 0.001 0.001 {built-in method raise_}
194 0.000 0.000 0.000 0.000 {built-in method red}
20 0.000 0.000 0.000 0.000 {built-in method release}
3 0.000 0.000 0.000 0.000 {built-in method removeAt}
18 0.000 0.000 0.000 0.000 {built-in method repaint}
9 0.001 0.000 0.001 0.000 {built-in method resize}
1 0.003 0.003 0.003 0.003 {built-in method restoreState}
130 0.000 0.000 0.000 0.000 {built-in method row}
1 0.000 0.000 0.000 0.000 {built-in method saveState}
1 0.000 0.000 0.000 0.000 {built-in method setAcceptRichText}
2 0.000 0.000 0.000 0.000 {built-in method setAlternatingRowColors}
4 0.000 0.000 0.000 0.000 {built-in method setAttribute}
2 0.000 0.000 0.000 0.000 {built-in method setAutoFillBackground}
2 0.000 0.000 0.000 0.000 {built-in method setBackgroundRole}
1 0.000 0.000 0.000 0.000 {built-in method setBold}
1 0.000 0.000 0.000 0.000 {built-in method setCaretLineBackgroundColor}
1 0.000 0.000 0.000 0.000 {built-in method setCaretLineVisible}
1 0.000 0.000 0.000 0.000 {built-in method setCentralWidget}
17 0.000 0.000 0.000 0.000 {built-in method setCheckable}
20 0.000 0.000 0.000 0.000 {built-in method setChecked}
4 0.000 0.000 0.000 0.000 {built-in method setColor}
2 0.000 0.000 0.000 0.000 {built-in method setColumnWidth}
2 0.000 0.000 0.000 0.000 {built-in method setContextMenuPolicy}
2 0.000 0.000 0.000 0.000 {built-in method setCorner}
11 0.000 0.000 0.044 0.004 {built-in method setCurrentIndex}
1 0.000 0.000 0.000 0.000 {built-in method setCurrentWidget}
1 0.000 0.000 0.000 0.000 {built-in method setDefaultAlignment}
1 0.000 0.000 0.000 0.000 {built-in method setEnabled}
2 0.000 0.000 0.000 0.000 {built-in method setFixedPitch}
2 0.000 0.000 0.000 0.000 {built-in method setFocusPolicy}
1 0.000 0.000 0.000 0.000 {built-in method setFolding}
1 0.000 0.000 0.000 0.000 {built-in method setFont}
4 0.000 0.000 0.000 0.000 {built-in method setFrameStyle}
1 0.000 0.000 0.000 0.000 {built-in method setHorizontalScrollBarPolicy}
4 0.000 0.000 0.000 0.000 {built-in method setIconSize}
1 0.000 0.000 0.000 0.000 {built-in method setIcon}
1 0.000 0.000 0.000 0.000 {built-in method setItemDelegate}
2 0.000 0.000 0.000 0.000 {built-in method setLayout}
1 0.001 0.001 0.002 0.002 {built-in method setLexer}
1 0.000 0.000 0.000 0.000 {built-in method setLineWrapMode}
1 0.000 0.000 0.000 0.000 {built-in method setMapping}
1 0.000 0.000 0.000 0.000 {built-in method setMaximum}
1 0.000 0.000 0.000 0.000 {built-in method setMinimum}
1 0.003 0.003 0.004 0.004 {built-in method setModel}
2 0.000 0.000 0.000 0.000 {built-in method setMouseTracking}
10 0.000 0.000 0.000 0.000 {built-in method setObjectName}
2 0.000 0.000 0.000 0.000 {built-in method setPalette}
1 0.000 0.000 0.000 0.000 {built-in method setReadOnly}
44 0.000 0.000 0.000 0.000 {built-in method setRowHeight}
1 0.000 0.000 0.000 0.000 {built-in method setSelectionBackgroundColor}
3 0.000 0.000 0.000 0.000 {built-in method setSelectionBehavior}
7 0.000 0.000 0.000 0.000 {built-in method setShortcut}
1 0.000 0.000 0.000 0.000 {built-in method setShown}
1 0.000 0.000 0.000 0.000 {built-in method setSizeGripEnabled}
2 0.000 0.000 0.000 0.000 {built-in method setSizePolicy}
1 0.000 0.000 0.000 0.000 {built-in method setStatusBar}
2 0.000 0.000 0.000 0.000 {built-in method setStretchLastSection}
1 0.000 0.000 0.000 0.000 {built-in method setTabPosition}
36 0.001 0.000 0.001 0.000 {built-in method setText}
7 0.000 0.000 0.000 0.000 {built-in method setToolTip}
3 0.000 0.000 0.000 0.000 {built-in method setValue}
1 0.000 0.000 0.000 0.000 {built-in method setVerticalScrollBarPolicy}
2 0.000 0.000 0.000 0.000 {built-in method setVisible}
3 0.000 0.000 0.000 0.000 {built-in method setWhatsThis}
5 0.003 0.001 0.003 0.001 {built-in method setWidget}
1 0.000 0.000 0.000 0.000 {built-in method setWindowIcon}
7 0.000 0.000 0.000 0.000 {built-in method setWindowTitle}
2 0.004 0.002 0.004 0.002 {built-in method showMessage}
7 0.087 0.012 0.090 0.013 {built-in method show}
1 0.000 0.000 0.000 0.000 {built-in method size}
1 0.000 0.000 0.000 0.000 {built-in method socketDescriptor}
1 0.000 0.000 0.000 0.000 {built-in method start}
2 0.000 0.000 0.000 0.000 {built-in method statusBar}
2 0.001 0.001 0.002 0.001 {built-in method sub}
2 0.000 0.000 0.000 0.000 {built-in method tabBar}
45 0.000 0.000 0.000 0.000 {built-in method toBool}
1 0.000 0.000 0.000 0.000 {built-in method toByteArray}
13 0.000 0.000 0.000 0.000 {built-in method toDouble}
51 0.000 0.000 0.000 0.000 {built-in method toFloat}
298 0.000 0.000 0.000 0.000 {built-in method toInt}
2 0.000 0.000 0.000 0.000 {built-in method toPoint}
1 0.000 0.000 0.000 0.000 {built-in method toSize}
23 0.000 0.000 0.000 0.000 {built-in method toStringList}
36 0.000 0.000 0.000 0.000 {built-in method toString}
18 0.000 0.000 0.000 0.000 {built-in method trUtf8}
20 0.000 0.000 0.000 0.000 {built-in method tryAcquire}
2 0.000 0.000 0.000 0.000 {built-in method tryLock}
4 0.000 0.000 0.000 0.000 {built-in method tr}
35 0.000 0.000 0.000 0.000 {built-in method unlock}
18 0.001 0.000 0.001 0.000 {built-in method update}
191 0.002 0.000 0.002 0.000 {built-in method value}
2 0.000 0.000 0.000 0.000 {built-in method wait}
2 0.000 0.000 0.000 0.000 {built-in method width}
2 0.001 0.000 0.001 0.000 {built-in method winId}
4 0.000 0.000 0.000 0.000 {built-in method windowTitle}
258 0.000 0.000 0.000 0.000 {chr}
28 0.000 0.000 0.000 0.000 {defaultColor}
31 0.000 0.000 0.000 0.000 {defaultEolFill}
31 0.000 0.000 0.000 0.000 {defaultFont}
29 0.000 0.000 0.000 0.000 {defaultPaper}
3 0.000 0.000 0.000 0.000 {dir}
1 0.000 0.000 0.000 0.000 {eval}
1 0.001 0.001 18.894 18.894 {execfile}
1 0.000 0.000 0.000 0.000 {function seed at 0x11e548e60}
547 0.000 0.000 0.001 0.000 {getattr}
64 0.000 0.000 0.000 0.000 {globals}
70 0.000 0.000 0.000 0.000 {hasattr}
1 0.000 0.000 0.000 0.000 {instance}
2371 0.001 0.000 0.001 0.000 {isinstance}
23 0.000 0.000 0.000 0.000 {issubclass}
6849/6638 0.001 0.000 0.001 0.000 {len}
6 0.000 0.000 0.000 0.000 {locals}
8 0.000 0.000 0.019 0.002 {map}
1 0.000 0.000 0.000 0.000 {math.exp}
2 0.000 0.000 0.000 0.000 {math.log}
1 0.000 0.000 0.000 0.000 {math.sqrt}
99 0.000 0.000 0.000 0.000 {max}
30 0.000 0.000 0.000 0.000 {method '__contains__' of 'frozenset' objects}
24 0.000 0.000 0.000 0.000 {method 'add' of 'set' objects}
5745 0.001 0.000 0.001 0.000 {method 'append' of 'list' objects}
7 0.000 0.000 0.000 0.000 {method 'clear' of 'dict' objects}
2 0.000 0.000 0.000 0.000 {method 'close' of 'file' objects}
1 0.000 0.000 0.000 0.000 {method 'copy' of 'dict' objects}
4 0.000 0.000 0.000 0.000 {method 'count' of 'list' objects}
1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
1 0.000 0.000 0.000 0.000 {method 'encode' of 'str' objects}
72 0.000 0.000 0.000 0.000 {method 'endswith' of 'str' objects}
43 0.000 0.000 0.000 0.000 {method 'extend' of 'list' objects}
3 0.000 0.000 0.000 0.000 {method 'find' of 'str' objects}
593 0.000 0.000 0.000 0.000 {method 'get' of 'dict' objects}
45 0.000 0.000 0.000 0.000 {method 'has_key' of 'dict' objects}
1 0.000 0.000 0.000 0.000 {method 'index' of 'str' objects}
2 0.000 0.000 0.000 0.000 {method 'insert' of 'list' objects}
214 0.000 0.000 0.000 0.000 {method 'isalnum' of 'str' objects}
30 0.000 0.000 0.000 0.000 {method 'isdigit' of 'str' objects}
21 0.000 0.000 0.000 0.000 {method 'items' of 'dict' objects}
2 0.000 0.000 0.000 0.000 {method 'iteritems' of 'dict' objects}
146 0.000 0.000 0.000 0.000 {method 'join' of 'str' objects}
81 0.000 0.000 0.000 0.000 {method 'keys' of 'dict' objects}
36 0.000 0.000 0.000 0.000 {method 'lower' of 'str' objects}
6 0.000 0.000 0.000 0.000 {method 'pop' of 'dict' objects}
1 0.000 0.000 0.000 0.000 {method 'read' of 'file' objects}
68 0.000 0.000 0.000 0.000 {method 'remove' of 'list' objects}
28 0.000 0.000 0.000 0.000 {method 'replace' of 'str' objects}
76 0.000 0.000 0.000 0.000 {method 'rfind' of 'str' objects}
26 0.000 0.000 0.000 0.000 {method 'rstrip' of 'str' objects}
256 0.001 0.000 0.001 0.000 {method 'setdefault' of 'dict' objects}
1 0.000 0.000 0.000 0.000 {method 'setter' of 'property' objects}
1 0.000 0.000 0.000 0.000 {method 'sort' of 'list' objects}
66 0.000 0.000 0.000 0.000 {method 'split' of 'str' objects}
44 0.000 0.000 0.000 0.000 {method 'splitlines' of 'str' objects}
258 0.000 0.000 0.000 0.000 {method 'startswith' of 'str' objects}
245 0.000 0.000 0.000 0.000 {method 'strip' of 'str' objects}
1 0.000 0.000 0.000 0.000 {method 'timetuple' of 'datetime.datetime' objects}
1 0.000 0.000 0.000 0.000 {method 'tolist' of 'array.array' objects}
1 0.000 0.000 0.000 0.000 {method 'tostring' of 'array.array' objects}
100 0.000 0.000 0.000 0.000 {method 'translate' of 'str' objects}
83 0.000 0.000 0.000 0.000 {method 'update' of 'dict' objects}
6 0.000 0.000 0.000 0.000 {method 'upper' of 'str' objects}
1 0.000 0.000 0.000 0.000 {method 'view' of 'numpy.ndarray' objects}
16 0.000 0.000 0.000 0.000 {method 'zfill' of 'str' objects}
801 0.000 0.000 0.000 0.000 {min}
12 0.000 0.000 0.000 0.000 {numpy.core.multiarray.array}
18 0.000 0.000 0.000 0.000 {numpy.core.multiarray.empty}
2 0.000 0.000 0.000 0.000 {numpy.core.multiarray.set_string_function}
1 0.000 0.000 0.000 0.000 {numpy.core.multiarray.set_typeDict}
1 0.000 0.000 0.000 0.000 {numpy.core.umath.seterrobj}
241 0.000 0.000 0.000 0.000 {numpy.lib._compiled_base.add_docstring}
2 0.000 0.000 0.000 0.000 {open}
452 0.000 0.000 0.000 0.000 {ord}
1 0.000 0.000 0.000 0.000 {posix.close}
2 0.000 0.000 0.000 0.000 {posix.mkdir}
1 0.000 0.000 0.000 0.000 {posix.open}
1 0.000 0.000 0.000 0.000 {posix.read}
67 0.001 0.000 0.001 0.000 {posix.stat}
1 0.000 0.000 0.000 0.000 {posix.sysconf}
112 0.002 0.000 0.002 0.000 {range}
49 0.000 0.000 0.000 0.000 {repr}
1 0.000 0.000 0.000 0.000 {setDefaultFont}
1 0.004 0.004 0.004 0.004 {setWindowIcon}
9 0.000 0.000 0.000 0.000 {setattr}
25 0.000 0.000 0.000 0.000 {sys._getframe}
1 0.000 0.000 0.000 0.000 {sys.getdlopenflags}
2 0.000 0.000 0.000 0.000 {sys.setdlopenflags}
1 0.000 0.000 0.000 0.000 {thread.allocate_lock}
1 0.000 0.000 0.000 0.000 {time.asctime}
6 0.000 0.000 0.000 0.000 {time.localtime}
6 0.000 0.000 0.000 0.000 {time.strftime}
12 0.000 0.000 0.000 0.000 {translate}
logout
[Process completed]| 2012-05-17 | |||||
| About/links | 22:52 | mitja | |||
| BadContent | 22:52 | Antispam subsystem | |||
| 2012-05-15 | |||||
| SrcBin | 13:23 | quasiben [1-2] | #01 added back repository listing #02 Remove old binary links |
||
| 2012-05-14 | |||||
| FrontPage | 19:40 | mitja [1-13] | |||
| About/Workshop12 | 19:28 | mitja [1-3] | |||
| 2012-05-04 | |||||
| About/Workshop | 20:37 | quasiben [1-4] mswat [5-6] |
#01 Attachment 'CC3DWorkshopPoster_ 2012.pdf' deleted. #02 Upload of attachment 'CC3DWorkshopPoster_ 2012.pdf'. |
||
| 2012-04-26 | |||||
| Src Bin/Linux Compile | 20:31 | mswat | |||
| 2012-02-27 | |||||
| Manual | 20:46 | mswat [1-2] | |||
| 2012-01-24 | |||||
| About/People | 20:51 | mitja [1-2] | |||
CompuCell 3D