In my build.xml I have a main build target which is composed of several targets.
I need to check how much time takes to run those targets.
Currently in my output console, I only see TOTAL TIME for the build.
Is there a way to show times for internal targets?
How to display total time per build target in Phing output
307 views Asked by Jakub Filipczyk At
        	2
        	
        
	
                        
It's quite straight forward.
DefaultLoggertargetStartedto store start timestamptargetFinishedto calculate elapsed time and print it to output stream-loggerf.e. to uselib/loggers/MyLogger.phpcall:phing -logger lib.loggers.MyLogger