I have two python scripts, both of whom i need to start at exactly the same time
This is because i am trying to measure performance metrics of both the scripts and it is a compulsory requirement of the task at hand that both of them should have started their execution at the same time
Is there a trivial way to do this?
Preferably through a third python script, which executes them both at the same time ?