is there a way to time the time spent 'loading' an object from the database ?
i think there might be a bottleneck in a part of my application that is related to the object instantiation. just to be clear , in this flow: a) `query.all()` b) sqlalchemy compiles query c) sqlalchemy to db d) db processing e) sqlalchemy gets results f) results turned into ORM objects i'm concerned with timing step (f) looking at the events system, there seems to be a way to access perobject events -- but not per query -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/groups/opt_out.
