Hi,
I think this question has been asked before, but the links in its answer were broken so I’m unsure what the answer was.
If anyone is able to put me in the right direction that would be great
Basically I have a complicated workspace doing a few things on large files. In order to make it more efficient I would like to know if there is a reasonably easy way to get a rough indication how long each individual transformer was running in total. Then I can get an idea of where bottle necks are, or things I could improve.
Currently I just look through the log to see if something takes a while, but that's tedious. Is there a better way? Is it possible to get some sort of summary how long each transformer takes to run?
I do run the workspace on FME server/flow, though I do test it locally as well.
Thanks