snowflake.snowpark.Session.stored_procedure_profiler¶
- property Session.stored_procedure_profiler: StoredProcedureProfiler[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.43.0/src/snowflake/snowpark/session.py#L4317-L4323)¶
Returns a
stored_procedure_profiler.StoredProcedureProfilerobject that you can use to profile stored procedures. See details of how to use this object instored_procedure_profiler.StoredProcedureProfiler.