I have a piece of FME log message: 2018-05-16 13:20:18| 0.1| 0.0|INFORM|FME Configuration: Reader Keyword is `MULTI_READER'
I can guess all of the pieces except for 0.0 and 0.1. Does anyone have a clue?
I have a piece of FME log message: 2018-05-16 13:20:18| 0.1| 0.0|INFORM|FME Configuration: Reader Keyword is `MULTI_READER'
I can guess all of the pieces except for 0.0 and 0.1. Does anyone have a clue?
Taken from the FME Desktop training manual:
Log timestamps indicate the absolute date and time for each step of the translation process. They also show the time taken by FME to process the previous stage and the cumulative time taken to reach that point in the translation.
Unfortunately, the text has the order of the timings slightly backwards, it's like this:
It's easier to understand the relationship between the two values if you have a complete log file to look at.
Taken from the FME Desktop training manual:
Log timestamps indicate the absolute date and time for each step of the translation process. They also show the time taken by FME to process the previous stage and the cumulative time taken to reach that point in the translation.
Unfortunately, the text has the order of the timings slightly backwards, it's like this:
It's easier to understand the relationship between the two values if you have a complete log file to look at.
Taken from the FME Desktop training manual:
Log timestamps indicate the absolute date and time for each step of the translation process. They also show the time taken by FME to process the previous stage and the cumulative time taken to reach that point in the translation.
Unfortunately, the text has the order of the timings slightly backwards, it's like this:
It's easier to understand the relationship between the two values if you have a complete log file to look at.