In opensmalltalk-vm/platforms/nopsys/sqStubs.c there are many timing-related functions. Some of them are actually working implementations, others are just stubs. We should create a new sqTiming.c file and move the ones that are not stubs there. Afterwards, we should fix the stubs and place all timing funcs together in sqTiming.c.
In opensmalltalk-vm/platforms/nopsys/sqStubs.c there are many timing-related functions. Some of them are actually working implementations, others are just stubs. We should create a new sqTiming.c file and move the ones that are not stubs there. Afterwards, we should fix the stubs and place all timing funcs together in sqTiming.c.