Hi Again
Some advancement
After a little stack trace debugging I saw that I have to add the two other parameters start time and execution time
what do I need this for , isnt this information part of the v8.log .
I just chose a few numbers randomy start time 0 execution time 30
I got a vspx and dragged it into VS . It took A VERY LONG TIME till I got the graphs and views but I did get it finally.
So my questions are
Some advancement
After a little stack trace debugging I saw that I have to add the two other parameters start time and execution time
what do I need this for , isnt this information part of the v8.log .
I just chose a few numbers randomy start time 0 execution time 30
I got a vspx and dragged it into VS . It took A VERY LONG TIME till I got the graphs and views but I did get it finally.
So my questions are
- if I have v8.log , why do I need to give it the start time and execution time ?
-
what exactly are they used for , and what is the best solution for me assuming I have no idea what the start time was and what the execution time was. From the code I see that the LogConverter doesnt even look at the start time , only at the execution time