L
linuxadmin
hi!
i want to write a multi-thread tracing library.
so it is possible that different methods execute one same method
as a thread simultaneously. something like:
methodA-instance1 calls methodB-instance1
methodA-instance2 calls methodB-instance2 and methodB-instance3
because of that, i need to know, what joinpoint has
executed/called 'thisJoinPoint'. note, it's not enough
for me just to know the method, because, again, there may be
many simultaneous threads of that calling method.
i hope, you've got the problem.
thank you!
i want to write a multi-thread tracing library.
so it is possible that different methods execute one same method
as a thread simultaneously. something like:
methodA-instance1 calls methodB-instance1
methodA-instance2 calls methodB-instance2 and methodB-instance3
because of that, i need to know, what joinpoint has
executed/called 'thisJoinPoint'. note, it's not enough
for me just to know the method, because, again, there may be
many simultaneous threads of that calling method.
i hope, you've got the problem.
thank you!