FlowDroid
FlowDroid copied to clipboard
How to check the progress of FlowDroid's data flow solver solution?
trafficstars
Hi @StevenArzt ,
I am using FlowDroid to perform static taint analysis on some medium sized databases and from the logs I have been at Source lookup done, found 30 sources and 2000 sinks.
It has been going on for about a week and I see that the java process is still running using the top command, is there any other way to see what stage the dataflow solver is currently at?
Or how should I evaluate the time it takes to analyze a program with FlowDroid?
My processor is 24 core Intel Xeon Silver 4116 @ 2.10GHz and I set the jvm parameter -Xmx80g -Xms60g.