How can I convert the execution time to milliseconds. I already multiplied the start and end time to 1000.
I used time.time()
Result: ('Start time: ', 1596465418538.365)
Remove.IntNonIdUniqueIndex
('End time: ', 1596465418538.399)
('Execution time: ', 3.409385681152344e-05)